aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-03-05 22:47:23 +0200
committerRoy <Roy.mail.net@gmail.com>2023-03-05 22:47:23 +0200
commita47bbe8211c4b7a02c6974cba017d77ea31ffc37 (patch)
tree59e94a7511053aaa0dc78978cb572f3a8fe3c57a /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
parentc256fc124a867707c787074c9076227341766794 (diff)
downloadTango-a47bbe8211c4b7a02c6974cba017d77ea31ffc37.tar.gz
Tango-a47bbe8211c4b7a02c6974cba017d77ea31ffc37.zip
Dialog Adaptations.
Separate Job View. Machine Status View Start. EurekaTouchPanel.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
index 63e58d58a..c7dd0b67c 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
@@ -177,6 +177,7 @@ namespace Tango.PPC.UI
TangoIOC.Default.Register<RestartingViewVM>();
TangoIOC.Default.Register<InternalModuleViewVM>();
TangoIOC.Default.Register<PowerOffViewVM>();
+ TangoIOC.Default.Register<MachineStatusViewVM>();
TangoIOC.Default.GetInstance<IPPCApplicationManager>().ContentRendered += (_, __) =>
@@ -316,5 +317,13 @@ namespace Tango.PPC.UI
return TangoIOC.Default.GetInstance<PowerOffViewVM>();
}
}
+
+ public static MachineStatusViewVM MachineStatusViewVM
+ {
+ get
+ {
+ return TangoIOC.Default.GetInstance<MachineStatusViewVM>();
+ }
+ }
}
} \ No newline at end of file