C# Class DroidExplorer.Bootstrapper.Panels.InstallDroidExplorerPanel

Inheritance: WizardPanel
Datei anzeigen Open project: camalot/droidexplorer

Private Properties

Property Type Description
ExtractInstallers void
InstallDroidExplorerPanel System
LaunchInstaller int
Wizard_CancelRequest void

Public Methods

Method Description
InitializeWizardPanel ( ) : void

Initializes the wizard panel.

InstallDroidExplorerPanel ( IWizard wizard ) : System

Initializes a new instance of the InstallDroidExplorerPanel class.

Protected Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

Private Methods

Method Description
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.

Method Details

InitializeComponent() protected method

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

InitializeWizardPanel() public method

Initializes the wizard panel.
public InitializeWizardPanel ( ) : void
return void

InstallDroidExplorerPanel() public method

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