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