Exemple #1
0
 private void buttonDebugFastChargerOn_Click(object sender, EventArgs e)
 {
     com.FastChargeOn();
     textBoxDebugInstructionPool.Text += "FastChargerOn\r\n";
     FormCustomConsole.WriteLine("FastChargerOn");
 }