Beispiel #1
0
 //returns the settings instance
 public static Settings GetInstance()
 {
     if (Instance == null)
         Instance = new Settings();
     return Instance;
 }
Beispiel #2
0
 public static void SetInstance(Settings instance)
 {
     Instance = instance;
 }