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

                storeDictionary.LoadDictionary();
                return(storeDictionary);
            }