public BluetoothServerConnection(BluetoothManager bluetoothManager, Guid uuid) : base()
 {
     this.Uuid = uuid;
 }
Exemplo n.º 2
0
 public BluetoothConnection(BluetoothManager bluetoothManager)
 {
     this.BluetoothManager = bluetoothManager;
 }