Esempio n. 1
0
 private void buttonDebugResOff_Click(object sender, EventArgs e)
 {
     com.AppendResOff();
     textBoxDebugInstructionPool.Text += "ResOff\r\n";
     FormCustomConsole.WriteLine("ResOff");
 }