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
AppConfig.cs
2
6public class AppConfig
7{
11 public string ConfigurationsFolder { get; set; }
12
16 public string AppPropertiesFileName { get; set; }
17}
Class representing the application configuration settings.
Definition AppConfig.cs:7
string ConfigurationsFolder
Configuration folder path where the application settings are stored.
Definition AppConfig.cs:11
string AppPropertiesFileName
File name for the application properties file.
Definition AppConfig.cs:16