Example #1
0
 public MyHandler(BluetoothChat chat)
 {
     bluetoothChat = chat;
 }
Example #2
0
 public MyHandler(BluetoothChat chat)
 {
     this.chat = chat;
 }
Example #3
0
 public MyHandler(BluetoothChat chat)
 {
     this.chat = chat;
 }
			public MyHandler (BluetoothChat chat)
			{
				bluetoothChat = chat;	
			}