Executed code-cleanup on solution

This commit is contained in:
Samuele Locatelli
2020-06-19 19:28:07 +02:00
parent 5d3edf46c6
commit 5b2841c01b
166 changed files with 1733 additions and 2227 deletions
@@ -9,7 +9,7 @@ namespace Thermo.Active.Model.ConfigModels
public Dictionary<string, string> LocalizedNames { get; set; }
public int Category { get; set; }
public bool IsActive { get; set; }
public bool IsVisible { get; set; }
public bool IsVisible { get; set; }
public bool OperatorConfirmationNeeded { get; set; }
public List<SubKeysModel> SubKeys { get; set; }
public int PlcId { get; set; }