aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/ConfigurationDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/ConfigurationDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/ConfigurationDTO.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ConfigurationDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/ConfigurationDTO.cs
index 75049fa88..5e54c70c1 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/ConfigurationDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/ConfigurationDTO.cs
@@ -12,6 +12,8 @@ namespace Tango.BL.DTO
{
public List<IdsPackDTO> IdsPacks { get; set; }
+ public HardwareVersionDTO HardwareVersion { get; set; }
+
[ObservableDTOProperty(MapsTo = nameof(Configuration.ApplicationDisplayPanelVersion) + "." + nameof(Configuration.ApplicationDisplayPanelVersion.Name))]
public String ApplicationDisplayPanelVersionName { get; set; }