コード例 #1
0
ファイル: Protocol.cs プロジェクト: kreyosopensource/KreyosWP
 public Protocol(BluetoothAgent btAgent)
 {
     this.btAgent = btAgent;
 }
コード例 #2
0
ファイル: BluetoothAgent.cs プロジェクト: MAW016/KreyosWP
 static BluetoothAgent()
 {
     BluetoothAgent._instance = new BluetoothAgent();
 }
コード例 #3
0
 static BluetoothAgent()
 {
     BluetoothAgent._instance = new BluetoothAgent();
 }