Exemplo n.º 1
0
 public void Revert()
 {
     BrowserProxy.SetBrowserSettings(new BrowserProxySettings(BackupSettings.Address, BackupSettings.Port, BackupSettings.SelectedProxySettings));
     BackupSettings = null;
 }
Exemplo n.º 2
0
 public void Setup()
 {
     BackupSettings = BrowserProxy.GetBrowserProxy();
     BrowserProxy.SetBrowserSettings(new BrowserProxySettings(Constants.Localhost, Constants.LocalhostPort));
 }