C# Class Stuart.App

Inheritance: Windows.UI.Xaml.Application
Show file Open project: shawnhar/stuart

Public Methods

Method Description
App ( ) : System.Collections.Generic
Initialize ( object launchArg ) : void

Protected Methods

Method Description
OnFileActivated ( FileActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs args ) : void

Method Details

App() public method

public App ( ) : System.Collections.Generic
return System.Collections.Generic

Initialize() public method

public Initialize ( object launchArg ) : void
launchArg object
return void

OnFileActivated() protected method

protected OnFileActivated ( FileActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.FileActivatedEventArgs
return void

OnLaunched() protected method

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