Exemplo n.º 1
0
 public double[,] ReadSimulationPatterns(string path)
 {
     return(networkRepository.ReadSimulationPatterns(path));
 }