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
+2 -1
View File
@@ -19,8 +19,9 @@ namespace Step.Model.ConfigModels
public string MTCFolderPath { get; set; }
public string MTCApplicationName { get; set; }
public bool CmsConnectReady { get; set; }
public int MaxAlarmsRows { get; set; }
public int AlarmToDelete { get; set; }
public int AlarmToDelete { get; set; }
}
}