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

            api.DoKill(killplr);
        }
Example #3
0
 private void materialRaisedButton24_Click(object sender, EventArgs e)
 {
     api.DoKill(materialSingleLineTextField1.Text);
 }
Example #4
0
        private void button2_Click(object sender, EventArgs e)
        {
            string username = textBox1.Text;

            api.DoKill(username);
        }