C# Class AppShell.TestApp.App

Inheritance: Windows.UI.Xaml.Application
Show file Open project: TommasoScalici/AppShell

Public Methods

Method Description
App ( ) : Windows.ApplicationModel.Activation

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs args ) : void

Method Details

App() public method

public App ( ) : Windows.ApplicationModel.Activation
return Windows.ApplicationModel.Activation

OnLaunched() protected method

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