C# Class Vidyano.WindowsStore.Sample.App

Provides application-specific behavior to supplement the default Application class.
Show file Open project: stevehansen/vidyano_v1

Public Methods

Method Description
App ( ) : System

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
CreateHooks ( ) : StoreHooks
OnWindowCreated ( Windows args ) : void

Private Methods

Method Description
RegisterBackgroundTask ( ) : void

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 ( ) : System
return System

CreateHooks() protected method

protected CreateHooks ( ) : StoreHooks
return StoreHooks

OnWindowCreated() protected method

protected OnWindowCreated ( Windows args ) : void
args Windows
return void