WIP file editor

This commit is contained in:
Lucio Maranta
2019-08-20 16:40:15 +02:00
parent 55169b7174
commit fd9e08a0d2
11 changed files with 56 additions and 34 deletions
+2 -2
View File
@@ -15,12 +15,12 @@ namespace Step.Model.ConfigModels
public bool EnableDirectoryBrowsing { get; set; }
public string DatabaseAddress { get; set; }
public bool AutoOpenCmsClient { get; set; }
public string TextEditorPath { get; set; }
public string MTCFolderPath { get; set; }
public string MTCApplicationName { get; set; }
public Boolean CMSConnectReady { get; set; }
public bool CMSConnectReady { get; set; }
public int MaxAlarmsRows { get; set; }
public int AlarmToDelete { get; set; }
}
}