private void materialRaisedButton16_Click(object sender, EventArgs e) { api.ConsolePrint(materialSingleLineTextField3.Text); }
private void button12_Click(object sender, EventArgs e) { string console = textBox2.Text; api.ConsolePrint(console); }