ChromiumFX improvements

This commit is contained in:
CMS3762\carminatini
2017-12-28 14:19:35 +01:00
parent 498158b0fa
commit 7c20c80156
6 changed files with 130 additions and 54 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ namespace CMS_Client
//Check the first argument -> Url
if (args.Count() > 0)
{
Arguments.Url = args[0];
// Read ARGS Config
if (!String.IsNullOrWhiteSpace(args[0]))
Config.ConnectionConfig.Url = args[0];
}