C# Class XamlBrewer.Uwp.ParallaxViewSample.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Application
显示文件 Open project: XamlBrewer/UWP-ParallaxView-Sample

Public Methods

Method 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().

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

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

Method Details

App() public method

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
return Mvvm.Services

OnLaunched() protected method

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.
return void