C# Class Microsoft.HockeyApp.Gui.UpdateWindow

Interaction logic for UpdateWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Méthodes publiques

Méthode Description
UpdateWindow ( IAppVersion newVersion, System currentVersion ) : System

Initializes a new instance of the UpdateWindow class.

Private Methods

Méthode Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnInstall_Click ( object sender, RoutedEventArgs e ) : void

Method Details

UpdateWindow() public méthode

Initializes a new instance of the UpdateWindow class.
public UpdateWindow ( IAppVersion newVersion, System currentVersion ) : System
newVersion IAppVersion New Version.
currentVersion System Current Version.
Résultat System