C# Class Bloom.Wizard.WizardAdapterControl

Not sure if this control is even needed now. We used to have two different Wizard implementations, but now we're only using the WinForms version.
Inheritance: System.Windows.Forms.Control, ISupportInitialize
Show file Open project: BloomBooks/BloomDesktop

Protected Properties

Property Type Description
_winformsWizard Bloom.Wizard.WinForms.WizardControl

Public Methods

Method Description
Setup ( ) : void
WizardAdapterControl ( ) : System

Private Methods

Method Description
ISupportInitialize ( ) : void

Method Details

Setup() public method

public Setup ( ) : void
return void

WizardAdapterControl() public method

public WizardAdapterControl ( ) : System
return System

Property Details

_winformsWizard protected property

protected WizardControl,Bloom.Wizard.WinForms _winformsWizard
return Bloom.Wizard.WinForms.WizardControl