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
AppTheme.cs
2
6public enum AppTheme
7{
12
17
22}
AppTheme
Enumeration for the application theme.
Definition AppTheme.cs:7
@ Default
Use the default system theme, which can be light or dark depending on the user's system settings.
Definition AppTheme.cs:11
@ Light
Use a light theme for the application.
Definition AppTheme.cs:16
@ Dark
Use a dark theme for the application.
Definition AppTheme.cs:21