Exemplo n.º 1
0
        static void Main(string[] args)
        {
            _registryLookup = new RegistryLookup();

            var browsers = _registryLookup.GetInstalledBrowsers();

            _registryLookup.ChangeDefaultBrowser("IE.HTTP", "IE.HTTPS");
        }
Exemplo n.º 2
0
 public AppViewModel()
 {
     _regLookup = new RegistryLookup();
     BrowserInfos = new BindableCollection<BrowserInfo>();
     RefreshBrowserList();
 }