diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-18 09:23:15 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-18 09:23:15 +0200 |
| commit | 858a2b114f78c87883510e3627874c7632f81177 (patch) | |
| tree | 3999c39b7ac85ec7b07cddd3b72e370e1b6e0487 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs | |
| parent | e332170566c295fb4ff375498867f984f1570707 (diff) | |
| download | Tango-858a2b114f78c87883510e3627874c7632f81177.tar.gz Tango-858a2b114f78c87883510e3627874c7632f81177.zip | |
Developer redesign..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs index 6cdda4bc8..17c08adc4 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs @@ -36,7 +36,7 @@ namespace Tango.MachineStudio.Developer /// <summary> /// Gets the module entry point view. /// </summary> - public override FrameworkElement MainView => new MainView(); + public override FrameworkElement MainView => new DeveloperView(); /// <summary> /// Gets the permission required to see and load this module. |
