Ejemplo n.º 1
0
 public override void Init(IslandElement IslandElement, HarvestControllerFactory HarvestControllerFactory)
 {
     this.IslandElement = IslandElement;
     this.IslandElement.HarvestController = this;
     this.fac = HarvestControllerFactory;
     base.Init(IslandElement, HarvestControllerFactory);
 }
Ejemplo n.º 2
0
 public HarvestController(IslandElement IslandElement, HarvestControllerFactory HarvestControllerFactory)
 {
     Init(IslandElement, HarvestControllerFactory);
 }