C# Class DroidExplorer.Bootstrapper.Panels.RemoveSdkPanel

Inheritance: WizardPanel
Datei anzeigen Open project: camalot/droidexplorer

Public Methods

Method Description
InitializeWizardPanel ( ) : void

Initializes the wizard panel.

RemoveSdkPanel ( IWizard wizard ) : System

Protected Methods

Method Description
InitializeComponent ( ) : void

Private Methods

Method Description
RemoveSdkPanel ( ) : System
RunRemoval ( ) : void
Wizard_CancelRequest ( object sender, EventArgs e ) : void

Handles the CancelRequest event of the Wizard control.

Method Details

InitializeComponent() protected method

protected InitializeComponent ( ) : void
return void

InitializeWizardPanel() public method

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

RemoveSdkPanel() public method

public RemoveSdkPanel ( IWizard wizard ) : System
wizard IWizard
return System