Exemple #1
0
 public FsmConfigurator Create()
 {
     return(new FsmConfigurator(_startState, _graphFsm.GetStates(), _graphFsm.GetTransitions(_assembly, _doaminEventNamespace), _finalStates));
 }