Merge branch '1.2.2_BRANCH' into develop

# Conflicts:
#	Libs/CMS_CORE_Library.dll
This commit is contained in:
Lucio Maranta
2019-07-30 11:09:43 +02:00
24 changed files with 6264 additions and 425 deletions
+2 -2
View File
@@ -173,7 +173,7 @@ namespace Step.Config
}
}
public static bool CheckAreaStatus(string areaName)
public static bool CheckAreaStatus(string areaName)
{ // Get Area status ( enabled field) by name
switch (areaName)
{
@@ -211,7 +211,7 @@ namespace Step.Config
}
private static void ReadScadaFile()
{
{
DirectoryInfo d = new DirectoryInfo(SCADA_DIRECTORY);
FileInfo[] files = d.GetFiles("*.xml");