WIP file editor
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user