From 2bef1ef7fb1d5cd57e2af3f47a648e512cfcd4f2 Mon Sep 17 00:00:00 2001 From: Roy Date: Mon, 12 Feb 2018 09:40:08 +0200 Subject: Implemented motor group. --- .../Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/TechItem.cs') 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() -- cgit v1.3.1