Method | Description | |
---|---|---|
MainPage ( ) : System |
Method | Description | |
---|---|---|
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void |
Invoked when this page is about to be displayed in a Frame.
|
Method | Description | |
---|---|---|
AboutButton_Click ( object sender, |
||
Application_ContractActivated ( object sender, IActivatedEventArgs e ) : void | ||
BuildUI ( ) : void | ||
CheckTweakListUpdate ( ) : void | ||
EditButton_Click ( object sender, |
||
LoadButton_Click ( object sender, |
Open tweaks from the phone's storage
|
|
ParseTweaksXml ( ) : void | ||
PhoneApplicationPage_Loaded ( object sender, |
Run storage cleanup task
|
|
RestoreTweaksButton_Click ( object sender, |
||
SaveTweaksButton_Click ( object sender, |
||
SettingsButton_Click ( object sender, |
||
SyncButton_Click ( object sender, |
Download updated tweaks from the project's uri
|
|
TweakValueChanged ( object sender, string hashedKeys ) : void | ||
button_Click ( object sender, RoutedEventArgs e ) : void |
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 |