Пример #1
0
 public bool CanRemoveDevice(Device device)
 {
     return(InputDevices.Contains(device) || OutputDevices.Contains(device));
 }