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