Esempio n. 1
0
            public static StoreDictionary GetStoreDictionary(JSONDataStore store)
            {
                var storeDictionary = new StoreDictionary(store);

                storeDictionary.LoadDictionary();
                return(storeDictionary);
            }
Esempio n. 2
0
 private StoreDictionary(JSONDataStore store)
 {
     _store = store;
 }