public ClonePackageBuilder(ICloneFileProcessor cloneFileProcessor, IProgressNotifier progressNotifier)
 {
     this.cloneFileProcessor = cloneFileProcessor;
     this.progressNotifier = progressNotifier;
 }
Esempio n. 2
0
 public ClonePackageBuilder(ICloneFileProcessor cloneFileProcessor, IProgressNotifier progressNotifier)
 {
     this.cloneFileProcessor = cloneFileProcessor;
     this.progressNotifier   = progressNotifier;
 }