Exemplo n.º 1
0
 protected PlantCell(ICellGeometry geometry, ICellWall cellWall, IVacuole vacuole)
 {
     StarchStorage = new StarchStorage(0);
 }
Exemplo n.º 2
0
 protected PlantCell()
 {
     StarchStorage = new StarchStorage(0);
 }