Exemplo n.º 1
0
 public void Hazards()
 {
     RightBlinker.TurnOn();
     LeftBlinker.TurnOn();
 }
Exemplo n.º 2
0
 public void ClearIndicators()
 {
     RightBlinker.TurnOff();
     LeftBlinker.TurnOff();
 }
Exemplo n.º 3
0
 public void IndicateLeft()
 {
     RightBlinker.TurnOff();
     LeftBlinker.TurnOn();
 }