Esempio n. 1
0
 private void SetSerialPort()
 {
     if (serialPortSelection != null)
     {
         _serialService.ConnectToSerialPort(serialPortSelection.SerialPort_PortName);
     }
 }