Fix scada

WIP M154
This commit is contained in:
Lucio Maranta
2019-01-31 13:24:49 +01:00
parent d40f5ba410
commit 9242987d76
8 changed files with 137 additions and 11 deletions
@@ -15,5 +15,9 @@ namespace Step.Model.ConfigModels
public bool EnableDirectoryBrowsing { get; set; }
public string DatabaseAddress { get; set; }
public bool AutoOpenCmsClient { get; set; }
public string MTCFolderPath { get; set; }
public string MTCApplicationName { get; set; }
}
}