Exemplo n.º 1
0
 public WebClient(IWebClientSettings webClientSettings)
 {
     this.webClientSettings = webClientSettings;
 }
Exemplo n.º 2
0
 public SettingsStore(IWindowsRegistryProvider provider, IWebClientSettings webClientSettings)
 {
     this.provider          = provider;
     this.webClientSettings = webClientSettings;
 }