Exemplo n.º 1
0
 public void RidPort()
 {
     Busy = false;
     BusyPortEvent?.Invoke(this, Busy);
 }
Exemplo n.º 2
0
 public void BusyPort()
 {
     Busy = true;
     BusyPortEvent?.Invoke(this, Busy);
 }