aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/SingleGraphItem.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-07-26 16:36:12 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-07-26 16:36:12 +0300
commit3b198d87d37eba91dbacdfd0d9fc0f4ecca82a6d (patch)
treef9b41555682b2d06637bd5cd4216e203889bfe9f /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/SingleGraphItem.cs
parent5accee4df85cc47b5700ad32090451ded2a121fa (diff)
parent1a21077475edb10a9a0e038314f8c90f88d65111 (diff)
downloadTango-3b198d87d37eba91dbacdfd0d9fc0f4ecca82a6d.tar.gz
Tango-3b198d87d37eba91dbacdfd0d9fc0f4ecca82a6d.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/SingleGraphItem.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/SingleGraphItem.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/SingleGraphItem.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/SingleGraphItem.cs
index 8a88aad7a..f2bad5349 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/SingleGraphItem.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/SingleGraphItem.cs
@@ -96,6 +96,7 @@ namespace Tango.MachineStudio.Technician.TechItems
/// <summary>
/// Gets or sets a value indicating whether this instance is paused.
/// </summary>
+ [XmlIgnore]
public bool IsPaused
{
get { return _isPaused; }
@@ -110,6 +111,7 @@ namespace Tango.MachineStudio.Technician.TechItems
}
}
+ [XmlIgnore]
public RelayCommand ClearCommand { get; set; }
/// <summary>