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

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

Private Properties

Свойство Тип Описание
ExtractInstallers void
InstallDroidExplorerPanel System
LaunchInstaller int
Wizard_CancelRequest void

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

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

Initializes the wizard panel.

InstallDroidExplorerPanel ( IWizard wizard ) : System

Initializes a new instance of the InstallDroidExplorerPanel class.

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

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

Initializes the component.

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

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

Extracts the installers.

InstallDroidExplorerPanel ( ) : System

Initializes a new instance of the InstallDroidExplorerPanel class.

LaunchInstaller ( ) : int

Launches the installer.

Wizard_CancelRequest ( object sender, EventArgs e ) : void

Handles the CancelRequest event of the Wizard control.

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

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

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

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

Initializes the wizard panel.
public InitializeWizardPanel ( ) : void
Результат void

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

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