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

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

Private Properties

프로퍼티 타입 설명
StartService void
StartServicePanel System

공개 메소드들

메소드 설명
InitializeWizardPanel ( ) : void
StartServicePanel ( IWizard wizard ) : System
Wizard_CancelRequest ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

비공개 메소드들

메소드 설명
StartService ( ) : void
StartServicePanel ( ) : System

메소드 상세

InitializeComponent() 보호된 메소드

protected InitializeComponent ( ) : void
리턴 void

InitializeWizardPanel() 공개 메소드

public InitializeWizardPanel ( ) : void
리턴 void

StartServicePanel() 공개 메소드

public StartServicePanel ( IWizard wizard ) : System
wizard IWizard
리턴 System

Wizard_CancelRequest() 공개 메소드

public Wizard_CancelRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void