Example #1
0
 public RobotMoves(string fileName)
 {
     matrix       = new RobotMatrixFromFile(fileName);
     numberOfVert = matrix.numberOfVert();
 }
Example #2
0
 public RobotMoves(string fileName)
 {
     matrix = new RobotMatrixFromFile(fileName);
     numberOfVert = matrix.numberOfVert();
 }