C# Class DroidExplorer.Bootstrapper.Panels.AndroidLicensePanel

Inheritance: WizardPanel
Datei anzeigen Open project: camalot/droidexplorer

Public Methods

Method Description
AndroidLicensePanel ( IWizard wizard ) : System

Initializes a new instance of the AndroidLicensePanel class.

InitializeWizardPanel ( ) : void

Protected Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

Private Methods

Method Description
AndroidLicensePanel ( ) : System

Initializes a new instance of the AndroidLicensePanel class.

acceptEula_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the acceptEula control.

Method Details

AndroidLicensePanel() public method

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

InitializeComponent() protected method

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

InitializeWizardPanel() public method

public InitializeWizardPanel ( ) : void
return void