From a47bbe8211c4b7a02c6974cba017d77ea31ffc37 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 5 Mar 2023 22:47:23 +0200 Subject: Dialog Adaptations. Separate Job View. Machine Status View Start. EurekaTouchPanel. --- Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs') 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(); TangoIOC.Default.Register(); TangoIOC.Default.Register(); + TangoIOC.Default.Register(); TangoIOC.Default.GetInstance().ContentRendered += (_, __) => @@ -316,5 +317,13 @@ namespace Tango.PPC.UI return TangoIOC.Default.GetInstance(); } } + + public static MachineStatusViewVM MachineStatusViewVM + { + get + { + return TangoIOC.Default.GetInstance(); + } + } } } \ No newline at end of file -- cgit v1.3.1