示例#1
0
 public MazeIntegration()
 {
     _mazeLayout = new MazeLayout();
 }
示例#2
0
 public MazeEmulator(IMazeIntegration mazeIntegration)
 {
     _mazeIntegration = mazeIntegration;
     _mazeLayout      = new MazeLayout();
 }