|
@@ -2384,7 +2384,7 @@ namespace MECF.Framework.UI.Client.CenterViews.Editors.Recipe
|
|
|
StepNos.Add(step.StepNo);
|
|
|
Steps.Add(step);
|
|
|
|
|
|
- Parallel.For(1, steps.Count - 1, index =>
|
|
|
+ Parallel.For(1, steps.Count, index =>
|
|
|
{
|
|
|
Step tempStep = CreateStep(step, steps.Item(index));
|
|
|
_StepCache[index] = new StepInfo(tempStep.StepNo, tempStep);
|