Method | Description | |
---|---|---|
App ( ) : Windows.ApplicationModel.Activation |
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().
|
Method | Description | |
---|---|---|
OnLaunched ( |
Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.
|
public App ( ) : Windows.ApplicationModel.Activation | ||
return | Windows.ApplicationModel.Activation |
protected OnLaunched ( |
||
e | Details about the launch request and process. | |
return | void |