C# Class Vidyano.WindowsStore.Sample.App

Provides application-specific behavior to supplement the default Application class.
Afficher le fichier Open project: stevehansen/vidyano_v1

Méthodes publiques

Méthode 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().

Méthodes protégées

Méthode Description
CreateHooks ( ) : StoreHooks
OnWindowCreated ( Windows args ) : void

Private Methods

Méthode Description
RegisterBackgroundTask ( ) : void

Method Details

App() public méthode

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
Résultat System

CreateHooks() protected méthode

protected CreateHooks ( ) : StoreHooks
Résultat StoreHooks

OnWindowCreated() protected méthode

protected OnWindowCreated ( Windows args ) : void
args Windows
Résultat void