aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2024-06-16 12:30:19 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2024-06-16 12:30:19 +0300
commitd363149309bffad946d531db1a1c54a02f5c69bf (patch)
treed5ef47ae3844dc1894e56ecca05544a55f487a26 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels
parentcd9c24c878501f4d2b74facf94c4212886dc4e1e (diff)
downloadTango-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.cs2
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)