diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-03 19:20:56 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-03 19:20:56 +0200 |
| commit | 0681c34b56580e3c5c37d95bf1c3f948d95c2302 (patch) | |
| tree | 8a6042ada060b9f46e2484c0f43c4147d0c3dd06 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Modules/DefaultStudioModuleLoader.cs | |
| parent | 0fc95107f2da4f93f7c135e7c29802bd7d785431 (diff) | |
| download | Tango-0681c34b56580e3c5c37d95bf1c3f948d95c2302.tar.gz Tango-0681c34b56580e3c5c37d95bf1c3f948d95c2302.zip | |
Progress on Machine Designer.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Modules/DefaultStudioModuleLoader.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Modules/DefaultStudioModuleLoader.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Modules/DefaultStudioModuleLoader.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Modules/DefaultStudioModuleLoader.cs index 9a8a6bc96..473e66d38 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Modules/DefaultStudioModuleLoader.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Modules/DefaultStudioModuleLoader.cs @@ -10,6 +10,8 @@ using Tango.Core; using Tango.MachineStudio.Common; using Tango.MachineStudio.Common.Authentication; using Tango.MachineStudio.Common.Modules; +using Tango.MachineStudio.DB; +using Tango.MachineStudio.MachineDesigner; using Tango.MachineStudio.Stubs; namespace Tango.MachineStudio.UI.Modules @@ -52,6 +54,8 @@ namespace Tango.MachineStudio.UI.Modules { //Preloaded AllModules.Add(new StubsModule()); + AllModules.Add(new DBModule()); + AllModules.Add(new MachineDesignerModule()); //Preloaded AllModules.Clear(); |
