public DataStandardDef getStandard(string path)
        {
            //!!!!poay attention that other exsiting files will affect the import process
            IDSImporter importer = new Importer_For_Json();

            return(importer.Import(path));
        }
Esempio n. 2
0
        public StandardDef GetStandard(string StandardName)
        {
            IDSImporter importer = new Importer_For_Json();

            return(importer.Import(path + StandardName + ".json"));
        }
Esempio n. 3
0
        public StandardDef GetStandard()
        {
            IDSImporter importer = new Importer_For_Json();

            return(importer.Import(path + "Geology.json"));
        }