示例#1
0
 public Part2()
 {
     favoriteNumberRepository = new FavoriteNumberRepository();
     maze = new Maze();
 }