예제 #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            KillSX k       = new KillSX();
            int    shanxun = k.GetProcessInfo(this.textBox6.Text);

            KillSX.EndProcess(shanxun);
        }
예제 #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     KillSX k = new KillSX();
     int shanxun = k.GetProcessInfo(this.textBox6.Text);
     KillSX.EndProcess(shanxun);
 }