C# Class XamlBrewer.Uwp.HumanizerSample.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Application
Afficher le fichier Open project: XamlBrewer/UWP-Humanizer-Sample

Méthodes publiques

Méthode Description
App ( ) : Mvvm.Services

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

Méthodes protégées

Méthode Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Invoked when the application is launched normally by the end user.

Method Details

App() public méthode

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : Mvvm.Services
Résultat Mvvm.Services

OnLaunched() protected méthode

Invoked when the application is launched normally by the end user.
protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e LaunchActivatedEventArgs Details about the launch request and process.
Résultat void