Ejemplo n.º 1
0
 public LoadOldCourse()
 {
     this.InitializeComponent();
     MTRSerial.MTRSerialPort _serialPort = new MTRSerialPort();
     _serialPort.AskFromMTR(CommandsToMTR.CommandName.Status);
 }