Пример #1
0
 public BluetoothServer(MainPage owner)
 {
     serverOwner      = owner;
     messageProcessor = new MessageProcessor(this);
     bluetoothManager = new BluetoothManager(this);
 }
 internal ClientScanner(BluetoothManager owner)
 {
     scannerOwner = owner;
 }