Example #1
0
 private void ModifyStep(object newStep)
 {
     step = (IStep)newStep;
     GlobalEditorHandler.CurrentStepModified(step);
 }