C# Class SevenUpdate.Sdk.Pages.UpdateReview

Interaction logic for UpdateRegistry.xaml.
Datei anzeigen Open project: robertbaker/SevenUpdate

Public Methods

Method Description
SaveExportProject ( object sender, RoutedEventArgs e ) : void

Saves and exports the Project.

SaveProject ( object sender, RoutedEventArgs e ) : void

Saves the Project.

UpdateReview ( ) : System

Initializes a new instance of the UpdateReview class.

UpdateUI ( object sender, CompositionChangedEventArgs e ) : void

Updates the UI based on whether Aero Glass is enabled.

Method Details

SaveExportProject() public method

Saves and exports the Project.
public SaveExportProject ( object sender, RoutedEventArgs e ) : void
sender object The object that called the event.
e System.Windows.RoutedEventArgs The System.Windows.RoutedEventArgs instance containing the event data.
return void

SaveProject() public method

Saves the Project.
public SaveProject ( object sender, RoutedEventArgs e ) : void
sender object The object that called the event.
e System.Windows.RoutedEventArgs The System.Windows.RoutedEventArgs instance containing the event data.
return void

UpdateReview() public method

Initializes a new instance of the UpdateReview class.
public UpdateReview ( ) : System
return System

UpdateUI() public method

Updates the UI based on whether Aero Glass is enabled.
public UpdateUI ( object sender, CompositionChangedEventArgs e ) : void
sender object The object that called the event.
e SevenSoftware.Windows.CompositionChangedEventArgs The CompositionChangedEventArgs instance containing the event data.
return void