C# Class Endjin.Core.Composition.Samples.WinRT.App

Inheritance: Windows.UI.Xaml.Application
Show file Open project: endjin/Endjin.Composition

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs args ) : void

Private Methods

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

Method Details

App() public method

public App ( ) : System
return System

OnLaunched() protected method

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