diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs | 9 |
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 83be2ee65..3a49845dd 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs @@ -68,6 +68,7 @@ namespace Tango.PPC.UI TangoIOC.Default.Register<LoginViewVM>(); TangoIOC.Default.Register<LayoutViewVM>(); TangoIOC.Default.Register<ExternalBridgeViewVM>(); + TangoIOC.Default.Register<MachineSetupViewVM>(); TangoIOC.Default.GetInstance<IPPCApplicationManager>().ApplicationStarted += (_, __) => @@ -123,5 +124,13 @@ namespace Tango.PPC.UI return TangoIOC.Default.GetInstance<ExternalBridgeViewVM>(); } } + + public static MachineSetupViewVM MachineSetupViewVM + { + get + { + return TangoIOC.Default.GetInstance<MachineSetupViewVM>(); + } + } } }
\ No newline at end of file |
