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