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
SerializableWorkspaceSetting.cs
2{
7 {
11 public string Key { get; set; }
12
16 public object Value { get; set; }
17 }
18}
Class describing the properties of the WorkspaceSetting<T> that should be saved to a file.