ChromiumFX improvements
This commit is contained in:
+3
-1
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user