aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
diff options
context:
space:
mode:
authorRoy <roy.mail.net@gmail.com>2018-02-09 03:49:59 +0200
committerRoy <roy.mail.net@gmail.com>2018-02-09 03:49:59 +0200
commitbfcefc0cf95f3b8d5243908753129c79bad8dc8b (patch)
tree41ff2e6f9120d3f2317c4f773547c837ce48cc14 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
parent1b74cee6e9073f3542b4733574ab304f40fc033b (diff)
downloadTango-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.xaml3
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>