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.Models Namespace Reference

Classes

class  AppConfig
 Class representing the application configuration settings. More...
 
class  DocumentCreationConfig
 Class combining configuration infos used while document creation. More...
 
class  DocumentCreationStatus
 Class combining informations used while document creation. More...
 

Enumerations

enum  AppTheme { Default , Light , Dark }
 Enumeration for the application theme. More...
 

Enumeration Type Documentation

◆ AppTheme

Enumeration for the application theme.

Enumerator
Default 

Use the default system theme, which can be light or dark depending on the user's system settings.

Light 

Use a light theme for the application.

Dark 

Use a dark theme for the application.

Definition at line 6 of file AppTheme.cs.