Example #1
0
 public WrappedGrid(IGrid <TCell, TPoint> grid, IPointWrapper <TPoint> wrapper)
 {
     this.grid    = grid;
     this.wrapper = wrapper;
 }