コード例 #1
0
 public BluetoothPageViewModel(IBluetoothManager bluetoothManager)
 {
     _bluetoothManager = bluetoothManager;
     BluetoothDevices  = _bluetoothManager.GetListOfPairedDevices();
 }