mirror of
https://github.com/ckaczor/ChrisKaczor.InstalledBrowsers.git
synced 2026-01-13 17:22:24 -05:00
Add property for data binding
This commit is contained in:
@@ -33,6 +33,8 @@ namespace ChrisKaczor.InstalledBrowsers
|
||||
Process.Start(Command, url);
|
||||
}
|
||||
|
||||
public static List<InstalledBrowser> InstalledBrowsers => GetInstalledBrowsers(true).Values.ToList();
|
||||
|
||||
public static Dictionary<string, InstalledBrowser> GetInstalledBrowsers(bool includeSystemDefault)
|
||||
{
|
||||
var browsers = new Dictionary<string, InstalledBrowser>();
|
||||
|
||||
Reference in New Issue
Block a user