Exemplo n.º 1
0
 public void NextState()
 {
     _logSingleton.Log <UIButtonsHandler>("State", "Switching UI buttons state");
     _currentState.NextState(this);
 }