Exemple #1
0
 public void DoAction()
 {
     if (_state != null)
     {
         _state.DoAction();
     }
 }