Habanero.Faces.Win.WizardFormWin.WizardFormWin C# (CSharp) Method

WizardFormWin() public method

Initialises the WizardForm, sets the controller and starts the wizard.
public WizardFormWin ( IWizardController controller ) : System
controller IWizardController the wizrd controller that controls moving the wizard steps and the
return System
        public WizardFormWin(IWizardController controller) : this(controller, GlobalUIRegistry.ControlFactory)
        {}

Same methods

WizardFormWin::WizardFormWin ( IWizardController controller, IControlFactory controlFactory ) : System
WizardFormWin::WizardFormWin ( WizardControlWin control ) : System