C# 클래스 SIM.Tool.Windows.MainWindowComponents.AbstractDownloadAndRunButton

파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager

Private Properties

프로퍼티 타입 설명
GetLatestVersion string
GetLatestVersion void
GetLatestVersion void

보호된 메소드들

메소드 설명
RunApp ( Window mainWindow, string param = null ) : void
RunApp ( string path, string param ) : void

비공개 메소드들

메소드 설명
GetLatestVersion ( ) : string
GetLatestVersion ( Window mainWindow, string path ) : void
GetLatestVersion ( string path ) : void

메소드 상세

RunApp() 보호된 메소드

protected RunApp ( Window mainWindow, string param = null ) : void
mainWindow System.Windows.Window
param string
리턴 void

RunApp() 보호된 메소드

protected RunApp ( string path, string param ) : void
path string
param string
리턴 void