Method AddStep
AddStep(WizardStep)
Adds a step to the wizard. The Next and Back buttons navigate through the added steps in the order they were added.
public void AddStep(Wizard.WizardStep newStep)
Parameters
newStep
Wizard.WizardStep
Remarks
The "Next..." button of the last step added will read "Finish" (unless changed from default).