Esempio n. 1
0
 public TestingPolygon(Image image)
 {
     _pd       = new PixelDrawer(image);
     CellField = new SimulationManger();
 }
Esempio n. 2
0
 public TestingPolygon(PixelDrawer pd, SimulationManger cellField)
 {
     _pd       = pd;
     CellField = cellField;
 }