Executed code-cleanup on solution
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Thermo.Active.Model.ConfigModels
|
||||
{
|
||||
@@ -11,7 +6,7 @@ namespace Thermo.Active.Model.ConfigModels
|
||||
{
|
||||
public CultureInfo Language { get; set; }
|
||||
public int ServerPort { get; set; }
|
||||
public string ServerAddress { get; set; }
|
||||
public string ServerAddress { get; set; }
|
||||
public bool EnableDirectoryBrowsing { get; set; }
|
||||
public string DatabaseAddress { get; set; }
|
||||
public bool AutoOpenCmsClient { get; set; }
|
||||
@@ -19,7 +14,7 @@ namespace Thermo.Active.Model.ConfigModels
|
||||
|
||||
public string MTCFolderPath { get; set; }
|
||||
public string MTCApplicationName { get; set; }
|
||||
public bool 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