Exemplo n.º 1
0
 public ConnectionChangedEventArgs(TeensyWatcher.ChangeType type, USBDevice changedDevice)
 {
     ChangeType    = type;
     ChangedDevice = changedDevice;
 }
Exemplo n.º 2
0
 protected void OnConnectionChanged(ChangeType type, USBDevice changedDevice)
 {
     ConnectionChanged?.Invoke(this, new ConnectionChangedEventArgs(type, changedDevice));
 }