From 95b4e14bc4e06ffb94199f5ec4e0d2d9bebceeff Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 18 Feb 2018 18:48:16 +0200 Subject: Working on new developer module. --- Software/Visual_Studio/Tango.Core/IParameterized.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/Tango.Core/IParameterized.cs') diff --git a/Software/Visual_Studio/Tango.Core/IParameterized.cs b/Software/Visual_Studio/Tango.Core/IParameterized.cs index e6f36b4c6..242d9a147 100644 --- a/Software/Visual_Studio/Tango.Core/IParameterized.cs +++ b/Software/Visual_Studio/Tango.Core/IParameterized.cs @@ -4,6 +4,7 @@ using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; +using System.Xml.Serialization; namespace Tango.Core { @@ -16,6 +17,7 @@ namespace Tango.Core /// Gets a bind-able observable collection of the component properties. /// [ParameterIgnore] + [XmlIgnore] ReadOnlyObservableCollection Parameters { get; set; } } } -- cgit v1.3.1