Merge branch '1.2.2_BRANCH' into develop
# Conflicts: # Libs/CMS_CORE_Library.dll
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user