|
| T | GetService< T > () |
| | Get a specific service from the host.
|
| |
| | App () |
| | Constructor for the application.
|
| |
Definition at line 32 of file App.xaml.cs.
◆ App()
| Vereinsmeisterschaften.App.App |
( |
| ) |
|
Constructor for the application.
Definition at line 48 of file App.xaml.cs.
◆ ConfigureServices()
| void Vereinsmeisterschaften.App.ConfigureServices |
( |
HostBuilderContext | context, |
|
|
IServiceCollection | services ) |
|
private |
◆ GetService< T >()
| T Vereinsmeisterschaften.App.GetService< T > |
( |
| ) |
|
Get a specific service from the host.
- Template Parameters
-
| T | Type of the service to get |
- Returns
- Found service
◆ OnDispatcherUnhandledException()
| void Vereinsmeisterschaften.App.OnDispatcherUnhandledException |
( |
object | sender, |
|
|
DispatcherUnhandledExceptionEventArgs | e ) |
|
private |
◆ OnExit()
| async void Vereinsmeisterschaften.App.OnExit |
( |
object | sender, |
|
|
ExitEventArgs | e ) |
|
private |
◆ OnStartup()
| async void Vereinsmeisterschaften.App.OnStartup |
( |
object | sender, |
|
|
StartupEventArgs | e ) |
|
private |
◆ _host
| IHost Vereinsmeisterschaften.App._host |
|
private |
The documentation for this class was generated from the following file: