C# Class SIM.Tool.Windows.MainWindowComponents.AbstractDownloadAndRunButton

Datei anzeigen Open project: Sitecore/Sitecore-Instance-Manager

Private Properties

Property Type Description
GetLatestVersion string
GetLatestVersion void
GetLatestVersion void

Protected Methods

Method Description
RunApp ( Window mainWindow, string param = null ) : void
RunApp ( string path, string param ) : void

Private Methods

Method Description
GetLatestVersion ( ) : string
GetLatestVersion ( Window mainWindow, string path ) : void
GetLatestVersion ( string path ) : void

Method Details

RunApp() protected method

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

RunApp() protected method

protected RunApp ( string path, string param ) : void
path string
param string
return void