Exemplo n.º 1
0
 /// <summary>Clears this instance.</summary>
 private void Clear()
 {
     Live.Clear();
     Dead.Clear();
     PlantZone.Clear();
     Zones.Clear();
     needToRecalculateLiveDead = true;
 }
Exemplo n.º 2
0
 private void OnPlantSowing(object sender, SowPlant2Type data)
 {
     if (data.Plant == Plant)
     {
         PlantZone.Initialise(Plant.SowingData.Depth, InitialDM.Value(), Plant.Population, MaximumNConc.Value());
         InitialiseZones();
     }
 }
Exemplo n.º 3
0
 private void OnPlantSowing(object sender, SowPlant2Type data)
 {
     if (data.Plant == Plant)
     {
         PlantZone.Initialise(Plant.SowingData.Depth, initialDM.Value(), Plant.Population, maximumNConc.Value());
         InitialiseZones();
         needToRecalculateLiveDead = true;
     }
 }
Exemplo n.º 4
0
 /// <summary>Clears this instance.</summary>
 protected override void Clear()
 {
     base.Clear();
     PlantZone.Clear();
     Zones.Clear();
 }
Exemplo n.º 5
0
 public bool UpdatePlantZone(PlantZone item)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public PlantZone CreatePlantZone(PlantZone item)
 {
     throw new NotImplementedException();
 }