diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-12 09:40:08 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-12 09:40:08 +0200 |
| commit | 2bef1ef7fb1d5cd57e2af3f47a648e512cfcd4f2 (patch) | |
| tree | 53ff9fc86a9e56d5cd54a53ecddf85aa4656dd6a /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml | |
| parent | a84ca3e4bee123600c08f8897eca5be83b3ffcf8 (diff) | |
| download | Tango-2bef1ef7fb1d5cd57e2af3f47a648e512cfcd4f2.tar.gz Tango-2bef1ef7fb1d5cd57e2af3f47a648e512cfcd4f2.zip | |
Implemented motor group.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml index 7042be696..1658b97d8 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml @@ -355,6 +355,9 @@ <DataTemplate DataType="{x:Type items:MonitorItem}"> <templates:MonitorTemplate/> </DataTemplate> + <DataTemplate DataType="{x:Type items:MotorGroupItem}"> + <templates:MotorGroupTemplate/> + </DataTemplate> <DataTemplate DataType="{x:Type items:ThreadMotionItem}"> <templates:ThreadMotionTemplate/> </DataTemplate> |
