From 3689238cb9ca77cbd7fa34dbd15003af87266e36 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 4 Dec 2017 18:44:33 +0200 Subject: Added Code Generation Library. --- .../Utilities/Tango.MachineDesigner.UI/ViewModelLocator.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModelLocator.cs') diff --git a/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModelLocator.cs b/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModelLocator.cs index 341bbcd6f..6b8bc5aea 100644 --- a/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModelLocator.cs +++ b/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModelLocator.cs @@ -41,6 +41,9 @@ namespace Tango.MachineDesigner.UI { LogManager.Log(String.Format("Registering Supervising Controller {0}...", nameof(IMainView))); SimpleIoc.Default.Register(() => (IMainView)MainView.Self); + + LogManager.Log(String.Format("Registering Supervising Controller {0}...", nameof(IMachinesView))); + SimpleIoc.Default.Register(() => (IMachinesView)MainView.Self); } } -- cgit v1.3.1