コード例 #1
0
 protected PlantCell(ICellGeometry geometry, ICellWall cellWall, IVacuole vacuole)
 {
     StarchStorage = new StarchStorage(0);
 }
コード例 #2
0
 protected PlantCell()
 {
     StarchStorage = new StarchStorage(0);
 }