示例#1
0
 internal BluetoothClient(BluetoothFactory factory, BluetoothEndPoint localEP)
     : this(factory.DoGetBluetoothClient(localEP))
 {
 }
示例#2
0
 internal BluetoothClient(BluetoothFactory factory)
     : this(factory.DoGetBluetoothClient())
 {
 }