Exemple #1
0
 public void ChangeState(Step state)
 {
     if (Frozen) return;
     CurrentStep.Advance();
     Steps.Add(state);
     CurrentStep = state;
 }
Exemple #2
0
 public StepEventArgs(Step invoking)
 {
     InvokingStep = invoking;
 }