Esempio n. 1
0
 public Celular()
 {
     currentState = new Vibracion();
     Bateria      = 100;
 }
Esempio n. 2
0
 public void SetEstado(IPerfilDeAlerta state)
 {
     currentState = state;
 }