Esempio n. 1
0
 public GACFileFinder(IGACFileReceiver target, Dispatcher dispatcher, CancellationToken cancellationToken)
 {
     this.target = target;
     this.dispatcher = dispatcher;
     this.cancellationToken = cancellationToken;
 }
Esempio n. 2
0
 public GACFileFinder(IGACFileReceiver target, Dispatcher dispatcher, CancellationToken cancellationToken)
 {
     this.target            = target;
     this.dispatcher        = dispatcher;
     this.cancellationToken = cancellationToken;
 }