Ejemplo n.º 1
0
 public void DisconnectPeripheral(IPeripheral peripheral)
 {
     peripheral.Uninstall();
     peripherals.Remove(peripheral);
 }