mirror of
https://github.com/ckaczor/Common.git
synced 2026-02-16 10:58:34 -05:00
Add overload and update version
This commit is contained in:
@@ -65,6 +65,11 @@ namespace Common.Internet
|
||||
return true;
|
||||
}
|
||||
|
||||
public static Dictionary<string, Browser> DetectInstalledBrowsers()
|
||||
{
|
||||
return DetectInstalledBrowsers(false, false);
|
||||
}
|
||||
|
||||
public static Dictionary<string, Browser> DetectInstalledBrowsers(bool loadImages, bool includeUseSystemDefault)
|
||||
{
|
||||
var browsers = new Dictionary<string, Browser>();
|
||||
|
||||
Reference in New Issue
Block a user