Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
Vereinsmeisterschaften.App Class Reference
Inheritance diagram for Vereinsmeisterschaften.App:

Public Member Functions

GetService< T > ()
 Get a specific service from the host.
 
 App ()
 Constructor for the application.
 

Private Member Functions

async void OnStartup (object sender, StartupEventArgs e)
 
void ConfigureServices (HostBuilderContext context, IServiceCollection services)
 
async void OnExit (object sender, ExitEventArgs e)
 
void OnDispatcherUnhandledException (object sender, DispatcherUnhandledExceptionEventArgs e)
 

Private Attributes

IHost _host
 

Detailed Description

Definition at line 32 of file App.xaml.cs.

Constructor & Destructor Documentation

◆ App()

Vereinsmeisterschaften.App.App ( )

Constructor for the application.

Definition at line 48 of file App.xaml.cs.

Member Function Documentation

◆ ConfigureServices()

void Vereinsmeisterschaften.App.ConfigureServices ( HostBuilderContext context,
IServiceCollection services )
private

Definition at line 68 of file App.xaml.cs.

◆ GetService< T >()

T Vereinsmeisterschaften.App.GetService< T > ( )

Get a specific service from the host.

Template Parameters
TType of the service to get
Returns
Found service
Type Constraints
T :class 

◆ OnDispatcherUnhandledException()

void Vereinsmeisterschaften.App.OnDispatcherUnhandledException ( object sender,
DispatcherUnhandledExceptionEventArgs e )
private

Definition at line 194 of file App.xaml.cs.

◆ OnExit()

async void Vereinsmeisterschaften.App.OnExit ( object sender,
ExitEventArgs e )
private

Definition at line 187 of file App.xaml.cs.

◆ OnStartup()

async void Vereinsmeisterschaften.App.OnStartup ( object sender,
StartupEventArgs e )
private

Definition at line 52 of file App.xaml.cs.

Member Data Documentation

◆ _host

IHost Vereinsmeisterschaften.App._host
private

Definition at line 34 of file App.xaml.cs.


The documentation for this class was generated from the following file: