C# 클래스 DroidExplorer.Bootstrapper.Panels.AndroidLicensePanel

상속: WizardPanel
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
AndroidLicensePanel ( IWizard wizard ) : System

Initializes a new instance of the AndroidLicensePanel class.

InitializeWizardPanel ( ) : void

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

비공개 메소드들

메소드 설명
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.

메소드 상세

AndroidLicensePanel() 공개 메소드

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

InitializeComponent() 보호된 메소드

Initializes the component.
protected InitializeComponent ( ) : void
리턴 void

InitializeWizardPanel() 공개 메소드

public InitializeWizardPanel ( ) : void
리턴 void