C# Class WPTweaker.MainPage

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: sensboston/WPTweaker

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Method Description
AboutButton_Click ( object sender, EventArgs e ) : void
Application_ContractActivated ( object sender, IActivatedEventArgs e ) : void
BuildUI ( ) : void
CheckTweakListUpdate ( ) : void
EditButton_Click ( object sender, EventArgs e ) : void
LoadButton_Click ( object sender, EventArgs e ) : void

Open tweaks from the phone's storage

ParseTweaksXml ( ) : void
PhoneApplicationPage_Loaded ( object sender, RoutedEventArgs e ) : void

Run storage cleanup task

RestoreTweaksButton_Click ( object sender, EventArgs e ) : void
SaveTweaksButton_Click ( object sender, EventArgs e ) : void
SettingsButton_Click ( object sender, EventArgs e ) : void
SyncButton_Click ( object sender, EventArgs e ) : void

Download updated tweaks from the project's uri

TweakValueChanged ( object sender, string hashedKeys ) : void
button_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs Event data that describes how this page was reached. /// This parameter is typically used to configure the page.
return void