diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-09 03:49:59 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-09 03:49:59 +0200 |
| commit | bfcefc0cf95f3b8d5243908753129c79bad8dc8b (patch) | |
| tree | 41ff2e6f9120d3f2317c4f773547c837ce48cc14 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml | |
| parent | 1b74cee6e9073f3542b4733574ab304f40fc033b (diff) | |
| download | Tango-bfcefc0cf95f3b8d5243908753129c79bad8dc8b.tar.gz Tango-bfcefc0cf95f3b8d5243908753129c79bad8dc8b.zip | |
Implemented MultiGraph on TechView.
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 2c895a789..0f255fac8 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 @@ -157,6 +157,9 @@ <DataTemplate DataType="{x:Type items:SingleGraphItem}"> <templates:SingleGraphTemplate/> </DataTemplate> + <DataTemplate DataType="{x:Type items:MultiGraphItem}"> + <templates:MultiGraphTemplate/> + </DataTemplate> </ContentControl.Resources> </ContentControl> </GroupBox> |
