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