diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-11 21:46:22 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-11 21:46:22 +0200 |
| commit | a84ca3e4bee123600c08f8897eca5be83b3ffcf8 (patch) | |
| tree | cccdce1734f55c0647b5c19c1fcc733be92ddbf6 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModelLocator.cs | |
| parent | a801f688bde7b6c75f47ca4ebd2991271c521d34 (diff) | |
| download | Tango-a84ca3e4bee123600c08f8897eca5be83b3ffcf8.tar.gz Tango-a84ca3e4bee123600c08f8897eca5be83b3ffcf8.zip | |
Added TechView for Developer..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModelLocator.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModelLocator.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModelLocator.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModelLocator.cs index 200c89e19..46c7ecf00 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModelLocator.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModelLocator.cs @@ -21,7 +21,6 @@ namespace Tango.MachineStudio.Developer SimpleIoc.Default.Register<IMainView>(() => MainView.Self); SimpleIoc.Default.Register<MainViewVM>(); - SimpleIoc.Default.Register<MonitoringViewVM>(); } public static MainViewVM MainViewVM @@ -31,13 +30,5 @@ namespace Tango.MachineStudio.Developer return ServiceLocator.Current.GetInstance<MainViewVM>(); } } - - public static MonitoringViewVM MonitoringViewVM - { - get - { - return ServiceLocator.Current.GetInstance<MonitoringViewVM>(); - } - } } }
\ No newline at end of file |
