Beispiel #1
0
 public static void KillInstance()
 {
     _instance = null;
 }
Beispiel #2
0
 public static SettingsRepoHack GetInstance()
 {
     return(_instance ?? (_instance = new SettingsRepoHack()));
 }