Beispiel #1
0
        private void button18_Click(object sender, EventArgs e)
        {
            string player = textBox1.Text;

            api.DoNoFloat(player);
        }
Beispiel #2
0
        private void button14_Click(object sender, EventArgs e)
        {
            string username = textBox1.Text;

            api.DoNoFloat(username);
        }