diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-06-16 12:30:19 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-06-16 12:30:19 +0300 |
| commit | d363149309bffad946d531db1a1c54a02f5c69bf (patch) | |
| tree | d5ef47ae3844dc1894e56ecca05544a55f487a26 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels | |
| parent | cd9c24c878501f4d2b74facf94c4212886dc4e1e (diff) | |
| download | Tango-d363149309bffad946d531db1a1c54a02f5c69bf.tar.gz Tango-d363149309bffad946d531db1a1c54a02f5c69bf.zip | |
FSE/RSM GetMachines Web Data Resolver.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs index 0c0497210..1362ac55d 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs @@ -621,7 +621,7 @@ namespace Tango.PPC.UI.ViewModels private void DefaultDiagnosticsFrameProvider_FrameReceived(object sender, PMR.Diagnostics.StartDiagnosticsResponse e) { - OverviewModel.Update(e, this.Job != null ? Job.Rml : null, MachineProvider.MachineOperator.CurrentProcessParameters); + OverviewModel.Update(e, this.Job != null ? Job.Rml : null, MachineProvider.MachineOperator.CurrentProcessParameters, MachineProvider); } private void MachineOperator_PrintingStarted(object sender, PrintingEventArgs e) |
