Beispiel #1
0
 public static void SetEnum <T>(string name, T value)
 {
     SettingsContainer.SetEnum(name, value);
 }