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

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

            api.DoKill(username);
        }