コード例 #1
0
ファイル: BLServices.xaml.cs プロジェクト: rwth-acis/kanect
 public BLServices(UUIDEntered uUIDEntered)
 {
     InitializeComponent();
     uuidChanged = uUIDEntered;
 }
コード例 #2
0
 public BluetoothManager()
 {
     Type        = "Bluetooth";
     uUIDEntered = ConnectService;
 }