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