C# Class DroidExplorer.Bootstrapper.Panels.WizardPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
InitializeWizardPanel ( ) : void
SetAdditionalText ( string text ) : void
WizardPanel ( IWizard wizard ) : System

Initializes a new instance of the WizardPanel class.

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
WizardPanel ( ) : System

Initializes a new instance of the WizardPanel class.

Method Details

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void

InitializeWizardPanel() public méthode

public InitializeWizardPanel ( ) : void
Résultat void

SetAdditionalText() public méthode

public SetAdditionalText ( string text ) : void
text string
Résultat void

WizardPanel() public méthode

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