Ejemplo n.º 1
0
 public UpdaterMac(ConfigService configService, IWebClientEx webClientEx)
 {
     _configService = configService;
     _webClientEx   = webClientEx;
     _webClientEx.SetRequestTimeout((int)_updateTimer.Interval);
 }