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

Afficher le fichier Open project: Sitecore/Sitecore-Instance-Manager

Private Properties

Свойство Type Description
GetLatestVersion string
GetLatestVersion void
GetLatestVersion void

Méthodes protégées

Méthode Description
RunApp ( Window mainWindow, string param = null ) : void
RunApp ( string path, string param ) : void

Private Methods

Méthode Description
GetLatestVersion ( ) : string
GetLatestVersion ( Window mainWindow, string path ) : void
GetLatestVersion ( string path ) : void

Method Details

RunApp() protected méthode

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

RunApp() protected méthode

protected RunApp ( string path, string param ) : void
path string
param string
Résultat void