C# Class StandardApplication.App

Inheritance: ApplicationBase
Mostrar archivo Open project: reflection-emit/Cauldron

Public Methods

Method Description
App ( ) : Cauldron.Activator

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
OnStartup ( LaunchActivatedEventArgs e ) : Task

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 ( ) : Cauldron.Activator
return Cauldron.Activator

OnStartup() protected method

protected OnStartup ( LaunchActivatedEventArgs e ) : Task
e LaunchActivatedEventArgs
return Task