aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-19 17:52:10 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-19 17:52:10 +0200
commita794a5d088b425d7b41f87d7c3a43b904249e11e (patch)
tree65c99c623ceec3699bdd6fb7fdbf24c6d3057721 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml.cs
parent8feeef663f8984c609cb3aa530d09ffcffda5709 (diff)
downloadTango-a794a5d088b425d7b41f87d7c3a43b904249e11e.tar.gz
Tango-a794a5d088b425d7b41f87d7c3a43b904249e11e.zip
Working on developer module...
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml.cs
index 41886357b..27ea3cae8 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml.cs
@@ -82,14 +82,6 @@ namespace Tango.MachineStudio.Developer.Views
}
}
- private void OnDropAvailableGraph(object sender, DropEventArgs e)
- {
- if (e.Draggable.DataContext is TechMonitor)
- {
- _vm.OnDropAvailableGraph(e.Draggable.DataContext as TechMonitor);
- }
- }
-
private void Offset_Slider_ValueChanged(object sender, RoutedPropertyChangedEventArgs<double> e)
{
UpdateGradientBrushDisplay();