Beispiel #1
0
 public Browser(IBrowserProxy browserProxy, BrowserProxySettings backupSettings, bool isInstalled)
 {
     BrowserProxy   = browserProxy;
     BackupSettings = backupSettings;
     IsInstalled    = isInstalled;
 }
Beispiel #2
0
 public Browser(IBrowserProxy browserProxy, bool isInstalled = true)
     : this(browserProxy, null, isInstalled)
 {
 }