Added First version of Process Manager in Client App

Added Javascript TestPage in wwwroot
This commit is contained in:
CMS3762\carminatini
2017-12-07 09:17:29 +01:00
parent 512a2200c6
commit e043ae2181
27 changed files with 1121 additions and 656 deletions
+2
View File
@@ -10,5 +10,7 @@ namespace Client.Config.SubModels
{
public string Url { get; set; }
public ushort Id { get; set; }
public Boolean DeleteCahceFolderOnStartup { get; set; }
}
}