Пример #1
0
 public static Superintendent Initialize()
 {
     if (Instance != null)
     {
         throw new Exception("Already initialized");
     }
     Instance = new Superintendent();
     Instance.InnerInitialize();
     return(Instance);
 }
Пример #2
0
 public static Superintendent Initialize() {
     if (Instance != null) throw new Exception("Already initialized");
     Instance = new Superintendent();
     Instance.InnerInitialize();
     return Instance;
 }