aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModelLocator.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-06-18 17:17:54 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-06-18 17:17:54 +0300
commitabe3be77d04fe00d179da2eacee647b675fe9f9f (patch)
tree806515c820cd70e36381edad48d7d08b75b4ab1f /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModelLocator.cs
parent253ef67316c94ea789d6fa8adf315a684a24f8fe (diff)
parent70546e7e106b1d254a1f8069c07e8294d322065b (diff)
downloadTango-abe3be77d04fe00d179da2eacee647b675fe9f9f.tar.gz
Tango-abe3be77d04fe00d179da2eacee647b675fe9f9f.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModelLocator.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModelLocator.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModelLocator.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModelLocator.cs
index d2506c362..7bf3c6717 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModelLocator.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModelLocator.cs
@@ -65,6 +65,8 @@ namespace Tango.MachineStudio.DB
TangoIOC.Default.Register<HardwarePidControlTypesViewVM>();
TangoIOC.Default.Register<EventTypesGroupsViewVM>();
+
+ TangoIOC.Default.Register<SpoolTypesViewVM>();
}
public static MainViewVM MainViewVM
@@ -402,5 +404,13 @@ namespace Tango.MachineStudio.DB
return TangoIOC.Default.GetInstance<EventTypesGroupsViewVM>();
}
}
+
+ public static SpoolTypesViewVM SpoolTypesViewVM
+ {
+ get
+ {
+ return TangoIOC.Default.GetInstance<SpoolTypesViewVM>();
+ }
+ }
}
} \ No newline at end of file