Ejemplo n.º 1
0
 public void ChangeState(string toState)
 {
     _fsm.ChangeState(toState);
 }