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