protected virtual void OnPositionChanged(PositionChangedEventArguments e)
 {
     PositionChanged?.Invoke(this, e);
 }
 private void OnEnginePositionChanged(object sender, PositionChangedEventArguments e)
 {
     warehouseRobotMonitoringSeviceClient.UpdateRobotPosition(robot.Id, e.NewPosition);
 }
Beispiel #3
0
 void OnPositionChanged(PositionChangedEventArguments e)
 {
     PositionChanged?.Invoke(this, e);
 }