Ejemplo n.º 1
0
 public void InitDevice(IBluetoothNavigator bluetoothNavigator)
 {
     _webBluetoothNavigator = bluetoothNavigator;
 }
 public NotificationHandler(IBluetoothNavigator bluetoothNavigator)
 {
     this.bluetoothNavigator = bluetoothNavigator;
 }
Ejemplo n.º 3
0
 public MiPRobot(IBluetoothNavigator navigator)
 {
     base.Navigator = navigator;
 }