public Control_PN2212(SerialPort port) { comPort = port; PN2212 = new Interface_LVS(port); }
public Control_LS1224(SerialPort port) { LS1224 = new Interface_LVS(port); }