public ParametersHM(PComCl newCom) { Array.Clear(dataBuff, 0, dataBuff.Length); ComPort = newCom; }
public SN(PComCl newCom) { ComPort = newCom; }
public Time(PComCl newCom) { ComPort = newCom; }
public Archives(PComCl newCom) { ComPort = newCom; }
public Values(PComCl newCom) { ComPort = newCom; }