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

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

Private Properties

프로퍼티 타입 설명
ExtractInstallers void
LaunchInstaller void
UninstallDroidExplorerPanel System
Wizard_CancelRequest void

공개 메소드들

메소드 설명
InitializeWizardPanel ( ) : void

Initializes the wizard panel.

UninstallDroidExplorerPanel ( IWizard wizard ) : System

Initializes a new instance of the UninstallDroidExplorerPanel class.

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

비공개 메소드들

메소드 설명
ExtractInstallers ( ) : void

Extracts the installers.

LaunchInstaller ( ) : void

Launches the installer.

UninstallDroidExplorerPanel ( ) : System

Initializes a new instance of the UninstallDroidExplorerPanel class.

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

UninstallDroidExplorerPanel() 공개 메소드

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