C# Class Statman.Windows.UpdateWindow

Interaction logic for UpdateWindow.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: OrfeasZ/Statman

Public Methods

Method Description
UpdateWindow ( string p_CurrentVersion, string p_LatestVersion, string p_ReleaseURL, bool p_PreRelease ) : System.Diagnostics

Private Methods

Method Description
CancelButton_Click ( object p_Sender, RoutedEventArgs p_Args ) : void
OKButton_Click ( object p_Sender, RoutedEventArgs p_Args ) : void
Window_Loaded ( object p_Sender, RoutedEventArgs p_Args ) : void

Method Details

UpdateWindow() public method

public UpdateWindow ( string p_CurrentVersion, string p_LatestVersion, string p_ReleaseURL, bool p_PreRelease ) : System.Diagnostics
p_CurrentVersion string
p_LatestVersion string
p_ReleaseURL string
p_PreRelease bool
return System.Diagnostics