Beispiel #1
0
 protected void ExitTo(TState nextState)
 {
     if (owner.CurrentState == this)
     {
         owner.ExitTo(nextState);
     }
 }