private void materialRaisedButton21_Click(object sender, EventArgs e) { api.DoFloat(materialSingleLineTextField1.Text); }
private void button14_Click(object sender, EventArgs e) { string player = textBox1.Text; api.DoFloat(player); }
private void button15_Click(object sender, EventArgs e) { string username = textBox1.Text; api.DoFloat(username); }