C# Class SevenUpdate.Pages.Options

Interaction logic for Options.xaml.
ファイルを表示 Open project: robertbaker/SevenUpdate

Public Methods

Method Description
Options ( ) : System

Initializes a new instance of the Options class.

Private Methods

Method Description
DownloadSul ( ) : void

Downloads the Seven Update Application List.

GoToPrivacyPolicy ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void

Navigates to the Seven Update privacy policy.

Init ( object sender, RoutedEventArgs e ) : void

Loads the settings and Sua list when the page is loaded.

LoadSul ( ObservableCollection officialApplicationList = null ) : void

Loads the list of Seven Update applications and sets the UI, if no application list was downloaded, load the stored list on the system.

NavigateToMainPage ( object sender, RoutedEventArgs e ) : void

Goes back to the Main page.

NavigateToUri ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void

Navigates to a Uri.

RestrictColumn ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void

Limit the size of the GridViewColumn when it's being resized.

SaveSettings ( object sender, RoutedEventArgs e ) : void

Saves the settings and goes back to the Main page.

UpdateList ( ) : void

Updates the list with the machineAppList.

UpdateUI ( object sender, CompositionChangedEventArgs e ) : void

Changes the UI depending on whether Aero Glass is enabled.

Method Details

Options() public method

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