Exemplo n.º 1
0
 public static ITemporalSystemRunner LoadSystem(string filename)
 {
     checkIsNullOrEmpty(filename);
     var repo = new SystemSimulationXmlFilesRepository();
     var result = repo.Load(filename);
     return result;
 }
Exemplo n.º 2
0
        public static ITemporalSystemRunner LoadSystem(string filename)
        {
            checkIsNullOrEmpty(filename);
            var repo   = new SystemSimulationXmlFilesRepository();
            var result = repo.Load(filename);

            return(result);
        }