C# Class Stuart.App

Inheritance: Windows.UI.Xaml.Application
Afficher le fichier Open project: shawnhar/stuart

Méthodes publiques

Méthode Description
App ( ) : System.Collections.Generic
Initialize ( object launchArg ) : void

Méthodes protégées

Méthode Description
OnFileActivated ( FileActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs args ) : void

Method Details

App() public méthode

public App ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Initialize() public méthode

public Initialize ( object launchArg ) : void
launchArg object
Résultat void

OnFileActivated() protected méthode

protected OnFileActivated ( FileActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.FileActivatedEventArgs
Résultat void

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void