C# Класс DroidExplorer.Bootstrapper.Panels.ErrorPanel

Наследование: WizardPanel
Показать файл Открыть проект

Открытые методы

Метод Описание
ErrorPanel ( IWizard wizard ) : System

Initializes a new instance of the ErrorPanel class.

SetAdditionalText ( string text ) : void

Sets the additional text.

Защищенные методы

Метод Описание
InitializeComponent ( ) : void

Initializes the component.

Приватные методы

Метод Описание
ErrorPanel ( ) : System

Initializes a new instance of the ErrorPanel class.

Описание методов

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

Initializes a new instance of the ErrorPanel class.
public ErrorPanel ( IWizard wizard ) : System
wizard IWizard The wizard.
Результат System

InitializeComponent() защищенный Метод

Initializes the component.
protected InitializeComponent ( ) : void
Результат void

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

Sets the additional text.
public SetAdditionalText ( string text ) : void
text string The text.
Результат void