C# Class ResponsiveDemo.App

Provides application-specific behavior to supplement the default Application class.
Afficher le fichier Open project: jamesmcroft/DDDNorth-Demos

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Méthode Description
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void