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
IThemeSelectorService.cs
2
4
8public interface IThemeSelectorService
9{
14
19 void SetTheme(AppTheme theme);
20
26}
Interface for a service to manage the application theme selection.
AppTheme GetCurrentTheme()
Gets the current application theme from the application properties.
void InitializeTheme()
Initializes the theme manager with high contrast themes and set the current theme.
void SetTheme(AppTheme theme)
Sets the application theme based on the provided AppTheme enum value.
AppTheme
Enumeration for the application theme.
Definition AppTheme.cs:7