Exemplo n.º 1
0
 private void RemoveSelectedButNotPresentDevice()
 {
     if (selectedDevice != null && !isSelectedDevicePresent)
     {
         selectedDevice.SaveMapping();
         RemoveDeviceFromDeviceList(selectedDevice.DeviceInstanceId);
     }
 }