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