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