internal ProgressListener_MultiPartProgressListener(Aggregator aggregator, string part, long totalCount) { this.Aggregator = aggregator; this.Part = part; this.TotalCount = totalCount; }
internal MultiPartBuilder(ProgressMonitorFactory factory, string process) { this.Aggregator = new Aggregator(factory.NewIndicator(process)); }