예제 #1
0
        //---------------------------------------------------------------------

        private static void LoadSpecies(string path)
        {
            Log.Info("Loading species data from file \"{0}\" ...", path);
            Species.DatasetParser parser = new Species.DatasetParser();
            species = Data.Load <Species.IDataset>(path, parser);
        }
예제 #2
0
        //---------------------------------------------------------------------

        private void LoadSpecies(string path)
        {
            ui.WriteLine("Loading species data from file \"{0}\" ...", path);
            Species.DatasetParser parser = new Species.DatasetParser();
            species = Load <ISpeciesDataset>(path, parser);
        }