Beispiel #1
0
 private void buttonDebugFastChargerOff_Click(object sender, EventArgs e)
 {
     com.FastChargeOff();
     textBoxDebugInstructionPool.Text += "FastChargerOff\r\n";
     FormCustomConsole.WriteLine("FastChargerOff");
 }