From cc425e019d3a7d3494ac15ffe213b6b47b1c64ed Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 15 Jul 2018 01:04:34 +0300 Subject: Working on PPC. --- .../Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs index 11bef4827..062ade9cf 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs @@ -94,11 +94,6 @@ namespace Tango.PPC.UI.ViewModels } } - private void MachineOperator_PrintingStarted(object sender, Integration.Operation.JobHandler jobHandler) - { - _jobHandler = jobHandler; - } - /// /// Opens the menu or navigate back. /// @@ -143,6 +138,11 @@ namespace Tango.PPC.UI.ViewModels MachineProvider.MachineOperator.PrintingStarted += MachineOperator_PrintingStarted; } + private void MachineOperator_PrintingStarted(object sender, PrintingEventArgs e) + { + _jobHandler = e.JobHandler; + } + /// /// Handles the ModulesLoaded event of the ModuleLoader. /// -- cgit v1.3.1