C# Class TodotxtTouch.WindowsPhone.ApplicationSettingsPage

Inheritance: PhoneApplicationPage
Mostrar archivo Open project: hartez/TodotxtTouch.WindowsPhone

Public Methods

Method Description
ApplicationSettingsPage ( ) : System

Protected Methods

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

Private Methods

Method Description
ConnectToDropBox_OnClick ( object sender, RoutedEventArgs e ) : void
CustomizeColors_OnClick ( object sender, RoutedEventArgs e ) : void
DisconnectFromDropBox_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

ApplicationSettingsPage() public method

public ApplicationSettingsPage ( ) : System
return System

OnNavigatedFrom() protected method

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