C# Class TodotxtTouch.WindowsPhone.App

Inheritance: System.Windows.Application
Afficher le fichier Open project: hartez/TodotxtTouch.WindowsPhone

Méthodes publiques

Méthode Description
App ( ) : System.Diagnostics

Constructor for the Application object.

UpdateBindingOnFocusedTextBox ( ) : void

Private Methods

Méthode Description
App_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializePhoneApplication ( ) : void
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Method Details

App() public méthode

Constructor for the Application object.
public App ( ) : System.Diagnostics
Résultat System.Diagnostics

UpdateBindingOnFocusedTextBox() public static méthode

public static UpdateBindingOnFocusedTextBox ( ) : void
Résultat void