Beispiel #1
0
 public static SRManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new SRManager();
     }
     return(_instance);
 }
Beispiel #2
0
 public static SRManager GetInstance()
 {
     if (_instance == null)
         _instance = new SRManager();
     return _instance;
 }