Beispiel #1
0
 public Control_PN2212(SerialPort port)
 {
     comPort = port;
     PN2212  = new Interface_LVS(port);
 }
Beispiel #2
0
 public Control_LS1224(SerialPort port)
 {
     LS1224 = new Interface_LVS(port);
 }