Exemplo n.º 1
0
 internal BluetoothClient(BluetoothFactory factory, BluetoothEndPoint localEP)
     : this(factory.DoGetBluetoothClient(localEP))
 {
 }
Exemplo n.º 2
0
 internal BluetoothClient(BluetoothFactory factory)
     : this(factory.DoGetBluetoothClient())
 {
 }