Exemplo n.º 1
0
 public void setBoundary(CellRangeBoundaries boundary, Coordinates coords)
 {
     boundaries [(int)boundary] = coords;
 }
Exemplo n.º 2
0
 public Coordinates getBoundary(CellRangeBoundaries boundary)
 {
     return boundaries [(int)boundary];
 }