Пример #1
0
 public void On()
 {
     System.Console.WriteLine(name);
     currentSate.On(this);
 }
Пример #2
0
 public void On()
 {
     currentState.On(this);
 }