Exemplo n.º 1
0
 public void HandleDeleteRequested(Devices.Device device)
 {
     _deviceProvider.RemoveDevice(device);
 }