First commit CMS-Connect M154

This commit is contained in:
Nicola Carminati
2019-02-19 20:04:31 +01:00
parent 69a6a939b3
commit c690f175f5
16 changed files with 1408 additions and 450 deletions
+2 -1
View File
@@ -247,7 +247,8 @@ namespace Step.Config
MTCFolderPath = x.Element("MTCFolderPath").Value,
MTCApplicationName = x.Element("MTCApplicationName").Value,
MaxAlarmsRows = Convert.ToInt32(x.Element("maxAlarmsRows").Value),
AlarmToDelete = Convert.ToInt32(x.Element("alarmToDelete").Value)
AlarmToDelete = Convert.ToInt32(x.Element("alarmToDelete").Value),
CMSConnectReady = Convert.ToBoolean(x.Element("CMSConnectReady").Value)
}).FirstOrDefault();
}