Example #1
0
 public void Drive()
 {
     _engine.Start();
     _transmission.ShiftUp();
     _steering.Left();
     _brakes.Stop();
 }