Esempio n. 1
0
 internal void SetState(IGoFFlashlightState newState)
 {
     state = newState;
 }
Esempio n. 2
0
 public void SetState(IGoFFlashlightState newState)
 {
     state = newState;
     state.onEnter(this);
 }