Provides application-specific behavior to supplement the default Application class.
More...
|
| App () |
| 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(). More...
|
|
|
override void | OnLaunched (LaunchActivatedEventArgs e) |
| 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. More...
|
|
Provides application-specific behavior to supplement the default Application class.
FBWinStoreCsTests.App.App |
( |
| ) |
|
|
inline |
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().
override void FBWinStoreCsTests.App.OnLaunched |
( |
LaunchActivatedEventArgs |
e | ) |
|
|
inlineprotected |
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.
- Parameters
-
e | Details about the launch request and process. |
The documentation for this class was generated from the following file:
- E:/tmp/documentation/winsdkfb/winsdkfb/winsdkfb_uwp/FBWinStoreCsTests/UnitTestApp.xaml.cs