C# Class Microsoft.HockeyApp.Gui.UpdateWindow

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

Public Methods

Method Description
UpdateWindow ( IAppVersion newVersion, System currentVersion ) : System

Initializes a new instance of the UpdateWindow class.

Private Methods

Method Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnInstall_Click ( object sender, RoutedEventArgs e ) : void

Method Details

UpdateWindow() public method

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