Ejemplo n.º 1
0
 public MazeIntegration()
 {
     _mazeLayout = new MazeLayout();
 }
Ejemplo n.º 2
0
 public MazeEmulator(IMazeIntegration mazeIntegration)
 {
     _mazeIntegration = mazeIntegration;
     _mazeLayout      = new MazeLayout();
 }