C# Class WPTweaker.SettingsPage

Inheritance: PhoneApplicationPage
Mostrar archivo Open project: sensboston/WPTweaker

Public Methods

Method Description
SettingsPage ( ) : System

Protected Methods

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

Private Methods

Method Description
CleanButton_Click ( object sender, RoutedEventArgs e ) : void
GetStoreUsedSize ( ) : long

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

SettingsPage() public method

public SettingsPage ( ) : System
return System