コード例 #1
0
 public DeviceListViewModel(IBluetoothDeviceProvider deviceProvider, IBluetoothDeviceWatcher bluetoothDeviceWatcher, IWorkstation workstation)
 {
     _workstation             = workstation;
     _bluetoothDeviceWatcher  = bluetoothDeviceWatcher;
     _bluetoothDeviceProvider = deviceProvider;
     DisplayName = "Device List";
 }
コード例 #2
0
 public void JobComplete()
 {
     Workstation = null;
 }