public void RidPort() { Busy = false; BusyPortEvent?.Invoke(this, Busy); }
public void BusyPort() { Busy = true; BusyPortEvent?.Invoke(this, Busy); }