Habanero.Faces.Win.WizardFormWin.WizardFormWin C# (CSharp) Метод

WizardFormWin() публичный Метод

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
Результат System
        public WizardFormWin(IWizardController controller) : this(controller, GlobalUIRegistry.ControlFactory)
        {}

Same methods

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