Ejemplo n.º 1
0
 public void Fill(Coordinate owner, int iteration)
 {
     Owner     = owner;
     Iteration = iteration;
     Owner.AddArea();
 }