Exemplo n.º 1
0
 public ChangePoller(ChangeDetector changeDetector, ITfsPollerConfiguration configuration)
 {
     _changeDetector = changeDetector;
     _configuration = configuration;
 }