Added languages fix

Hided CMS connect
Fix WINDOWS 10 problems
This commit is contained in:
Lucio Maranta
2019-10-08 17:13:59 +02:00
parent 4ca49051be
commit c2c58acca6
21 changed files with 52 additions and 20 deletions
+3 -2
View File
@@ -33,7 +33,7 @@ namespace Step.Config
ReadAlarmsConfig();
ReadHeadsConfig();
ReadToolManagerConfig();
ReadCMSConnectConfig();
// ReadCMSConnectConfig();
ReadMacros();
ReadScadaFile();
//ReadMainProgram();
@@ -308,7 +308,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();
int softwareId = 0;