Méthode | Description | |
---|---|---|
App ( ) : Microsoft.HockeyApp |
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().
|
|
OnStartAsync ( StartKind startKind, IActivatedEventArgs args ) : Task |
Méthode | Description | |
---|---|---|
InitLibrary ( ) : Task |
public OnStartAsync ( StartKind startKind, IActivatedEventArgs args ) : Task | ||
startKind | StartKind | |
args | IActivatedEventArgs | |
Résultat | Task |