Exemplo n.º 1
0
 public ParametersHM(PComCl newCom)
 {
     Array.Clear(dataBuff, 0, dataBuff.Length);
     ComPort = newCom;
 }
Exemplo n.º 2
0
Arquivo: SN.cs Projeto: PRidon/Try1
 public SN(PComCl newCom)
 {
     ComPort = newCom;
 }
Exemplo n.º 3
0
Arquivo: Time.cs Projeto: PRidon/Try1
 public Time(PComCl newCom)
 {
     ComPort = newCom;
 }
Exemplo n.º 4
0
 public Archives(PComCl newCom)
 {
     ComPort = newCom;
 }
Exemplo n.º 5
0
 public Values(PComCl newCom)
 {
     ComPort = newCom;
 }