Exemplo n.º 1
0
 public void On()
 {
     System.Console.WriteLine(name);
     currentSate.On(this);
 }
Exemplo n.º 2
0
 public void On()
 {
     currentState.On(this);
 }