void ExecuteCurrentCommand() { MessageQueue.AddCommand(comboBox1.Text); comboBox1.Text = null; }
private void test_Click(object sender, EventArgs e) { MessageQueue.AddCommand("test"); }