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

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

공개 메소드들

메소드 설명
GetLatestSdkPlatform ( string path ) : bool
InitializeWizardPanel ( ) : void
UseExistingSdkPanel ( IWizard wizard ) : System

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

비공개 메소드들

메소드 설명
CheckForInstalledSDK ( ) : string
SetupSdkPath ( string path ) : void
UseExistingSdkPanel ( ) : System
VerifySdkPath ( String path ) : bool
browse_Click ( object sender, EventArgs e ) : void
downloadSdkLink_Click ( object sender, EventArgs e ) : void
wizard_NextClick ( object sender, EventArgs e ) : void

메소드 상세

GetLatestSdkPlatform() 공개 메소드

public GetLatestSdkPlatform ( string path ) : bool
path string
리턴 bool

InitializeComponent() 보호된 메소드

protected InitializeComponent ( ) : void
리턴 void

InitializeWizardPanel() 공개 메소드

public InitializeWizardPanel ( ) : void
리턴 void

UseExistingSdkPanel() 공개 메소드

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