public GetFromLayoutField(IBoostContext boostContext)
 {
     BoostContext = boostContext;
 }
Beispiel #2
0
 public LightTracker(IBoostContext boostContext)
 {
     BoostContext = boostContext;
     Sampling     = new TrackerSampling();
     EnsureSessionContext();
 }
 public LightXmlBasedRenderingParser(IBoostContext boostContext)
 {
     BoostContext = boostContext;
 }