Example #1
0
 private void AddInstructionStep(int stepNumber, string detail)
 {
     var instructionStep = new InstructionStep(stepNumber, detail, this);
     _steps.Add(instructionStep);
 }