Exemplo n.º 1
0
 public AreaGrid(SamplingGrid enclosingInstance, int width, int height)
 {
     InitBlock(enclosingInstance);
     xLine = new Line[width];
     yLine = new Line[height];
 }
Exemplo n.º 2
0
 private void  InitBlock(SamplingGrid enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }