C# Class ResponsiveDemo.App

Provides application-specific behavior to supplement the default Application class.
显示文件 Open project: jamesmcroft/DDDNorth-Demos

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Method Description
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void