public Helper(TimeGapsDetector owner) { this.owner = owner; this.invoke = owner.modelSynchronizationContext; this.trace = owner.traceSourceFactory.CreateTraceSource("GapsDetector", string.Format("{0}.h{1}", owner.trace.Prefix, ++owner.lastHelperId)); this.source = owner.source; }
public Helper(TimeGapsDetector owner) { this.owner = owner; this.invoke = owner.syncInvoke; this.trace = new LJTraceSource("GapsDetector", string.Format("{0}.h{1}", owner.trace.Prefix, ++owner.lastHelperId)); this.source = owner.source; }