Example #1
0
 private void materialRaisedButton21_Click(object sender, EventArgs e)
 {
     api.DoFloat(materialSingleLineTextField1.Text);
 }
Example #2
0
        private void button14_Click(object sender, EventArgs e)
        {
            string player = textBox1.Text;

            api.DoFloat(player);
        }
Example #3
0
        private void button15_Click(object sender, EventArgs e)
        {
            string username = textBox1.Text;

            api.DoFloat(username);
        }