Exemplo n.º 1
0
 public Cell(Maze maze, BoundingRectangle bounds)
 {
     this.maze = maze;
     Bounds    = bounds;
 }