Пример #1
0
 private void ActionTwo()
 {
     RightWheel.Stop();
     LeftWheel.Stop();
     MoveBack();
     _actionNotification?.Invoke();
 }
Пример #2
0
 private void ActionThree()
 {
     RightWheel.Stop();
     LeftWheel.Stop();
     MoveForward();
     _actionNotification?.Invoke();
 }
Пример #3
0
 public void MoveLeft()
 {
     RightWheel.Stop();
     LeftWheel.MoveForward();
 }