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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Dictionary<string, Browser> DetectInstalledBrowsers()
|
||||||
|
{
|
||||||
|
return DetectInstalledBrowsers(false, false);
|
||||||
|
}
|
||||||
|
|
||||||
public static Dictionary<string, Browser> DetectInstalledBrowsers(bool loadImages, bool includeUseSystemDefault)
|
public static Dictionary<string, Browser> DetectInstalledBrowsers(bool loadImages, bool includeUseSystemDefault)
|
||||||
{
|
{
|
||||||
var browsers = new Dictionary<string, Browser>();
|
var browsers = new Dictionary<string, Browser>();
|
||||||
|
|||||||
@@ -27,5 +27,5 @@ using System.Runtime.CompilerServices;
|
|||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.0.174.0")]
|
[assembly: AssemblyVersion("1.0.178.0")]
|
||||||
[assembly: CLSCompliant(true)]
|
[assembly: CLSCompliant(true)]
|
||||||
|
|||||||
Reference in New Issue
Block a user