Esempio n. 1
0
 public void ForceOn()
 {
     state = BlinkerState.FORCE_ON;
 }
Esempio n. 2
0
 public void ForceOff()
 {
     state = BlinkerState.FORCE_OFF;
 }
Esempio n. 3
0
 public void Blink()
 {
     state = BlinkerState.BLINK;
 }