Added labels to scada,

Remove network card monitor
This commit is contained in:
Lucio Maranta
2019-01-21 09:29:03 +01:00
parent 6d25dcc55e
commit d9a22655b8
10 changed files with 61 additions and 184 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ namespace Step.Model.ConfigModels
{
public CultureInfo Language { get; set; }
public int ServerPort { get; set; }
public string ServerAddress { get; set; }
public int NetworkCardId { get; set; }
public string ServerAddress { get; set; }
public bool EnableDirectoryBrowsing { get; set; }
public string DatabaseAddress { get; set; }
public bool AutoOpenCmsClient { get; set; }