Example #1
0
        /// <summary>
        /// Does the step.
        /// </summary>
        /// <param name="step">The step.</param>
        protected void DoStep(StepInfo step)
        {
            if (step == null)
            {
                return;
            }

            _wizard.DoStep(step);
        }