Esempio n. 1
0
 public InternetService(string com)
 {
     mySerialPort = new csjSerialPort(Oper, com);
     mySerialPort.Open();
     backgroundService = new BackgroundService();
 }
Esempio n. 2
0
 public InternetService(string com)
 {
     mySerialPort = new csjSerialPort(Oper, com);
     mySerialPort.Open();
     backgroundService = new BackgroundService();
 }