Inheritance: CountedInstance
Exemplo n.º 1
0
 public static DataStore GetInstance()
 {
     if (instance == null) {
         instance = new DataStore("PlutonDatastore.ds");
     }
     return instance;
 }