public AlertStateContext()
 {
     currentState = new Vibration();
 }
 public void SetState(IMobileAlertState state)
 {
     currentState = state;
 }
Exemplo n.º 3
0
 public AlertStateContext()
 {
     currentState = new Ringing();
 }