Ejemplo n.º 1
0
 public void RemoveStep(Step step)
 {
     this.steps.Remove(step);
 }
Ejemplo n.º 2
0
 public void AddStep(Step step)
 {
     this.steps.Add(step);
 }