C# Class DroidExplorer.Bootstrapper.Panels.WizardPanel

Inheritance: System.Windows.Forms.Panel
Show file Open project: camalot/droidexplorer

Public Methods

Method Description
InitializeWizardPanel ( ) : void
SetAdditionalText ( string text ) : void
WizardPanel ( IWizard wizard ) : System

Initializes a new instance of the WizardPanel class.

Protected Methods

Method Description
InitializeComponent ( ) : void

Private Methods

Method Description
WizardPanel ( ) : System

Initializes a new instance of the WizardPanel class.

Method Details

InitializeComponent() protected method

protected InitializeComponent ( ) : void
return void

InitializeWizardPanel() public method

public InitializeWizardPanel ( ) : void
return void

SetAdditionalText() public method

public SetAdditionalText ( string text ) : void
text string
return void

WizardPanel() public method

Initializes a new instance of the WizardPanel class.
public WizardPanel ( IWizard wizard ) : System
wizard IWizard The wizard.
return System