aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs
diff options
context:
space:
mode:
authorRoy <roy.mail.net@gmail.com>2018-02-12 09:40:08 +0200
committerRoy <roy.mail.net@gmail.com>2018-02-12 09:40:08 +0200
commit2bef1ef7fb1d5cd57e2af3f47a648e512cfcd4f2 (patch)
tree53ff9fc86a9e56d5cd54a53ecddf85aa4656dd6a /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs
parenta84ca3e4bee123600c08f8897eca5be83b3ffcf8 (diff)
downloadTango-2bef1ef7fb1d5cd57e2af3f47a648e512cfcd4f2.tar.gz
Tango-2bef1ef7fb1d5cd57e2af3f47a648e512cfcd4f2.zip
Implemented motor group.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs
index 8361b6ef7..a7b5ae5b9 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs
@@ -21,6 +21,7 @@ namespace Tango.MachineStudio.Technician.TechItems
[XmlInclude(typeof(MultiGraphItem))]
[XmlInclude(typeof(SingleGraphItem))]
[XmlInclude(typeof(ThreadMotionItem))]
+ [XmlInclude(typeof(MotorGroupItem))]
public abstract class TechItem : ExtendedObject
{
public TechItem()