Ejemplo n.º 1
0
 public void DeviceCommDriver_BtDeviceRemoved(object sender, BtDeviceRemovedParams e)
 {
     BtDeviceRemoved(this, e);
 }
Ejemplo n.º 2
0
 private void Driver_BtDeviceRemoved(object sender, BtDeviceRemovedParams e)
 {
     deviceMap.Remove(e.id);
 }