C# Class DroidExplorer.Bootstrapper.Panels.ErrorPanel

Inheritance: WizardPanel
ファイルを表示 Open project: camalot/droidexplorer

Public Methods

Method Description
ErrorPanel ( IWizard wizard ) : System

Initializes a new instance of the ErrorPanel class.

SetAdditionalText ( string text ) : void

Sets the additional text.

Protected Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

Private Methods

Method Description
ErrorPanel ( ) : System

Initializes a new instance of the ErrorPanel class.

Method Details

ErrorPanel() public method

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

InitializeComponent() protected method

Initializes the component.
protected InitializeComponent ( ) : void
return void

SetAdditionalText() public method

Sets the additional text.
public SetAdditionalText ( string text ) : void
text string The text.
return void