示例#1
0
 private void button19_Click(object sender, EventArgs e)
 {
     api.DoKill();
 }
示例#2
0
        private void button2_Click(object sender, EventArgs e)
        {
            string killplr = textBox1.Text;

            api.DoKill(killplr);
        }
示例#3
0
 private void materialRaisedButton24_Click(object sender, EventArgs e)
 {
     api.DoKill(materialSingleLineTextField1.Text);
 }
示例#4
0
文件: Form1.cs 项目: the0d3v/Synthax
        private void button2_Click(object sender, EventArgs e)
        {
            string username = textBox1.Text;

            api.DoKill(username);
        }