Ejemplo n.º 1
0
 public SimulationController(string path)
 {
     xmlPath    = path;
     simulation = new SimulationXMLParser(path).getSimulationFromXML();
     simulation.RemplirGrille();
     temps        = 0;
     ordonnanceur = new Ordonnanceur();
 }
Ejemplo n.º 2
0
 public SimulationController(string path)
 {
     xmlPath = path;
     simulation = new SimulationXMLParser(path).getSimulationFromXML();
     simulation.RemplirGrille();
     temps = 0;
     ordonnanceur = new Ordonnanceur();
 }