diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-07 15:36:03 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-07 15:36:03 +0300 |
| commit | cdba3267d2a47b3bff8cf3ec0219223e36e234ff (patch) | |
| tree | 2826e264827746eccbc1bef9d7f9bcfcb4cffb81 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubsModule.cs | |
| parent | 453565753c012a087f402fc55eee528c132b7c8c (diff) | |
| download | Tango-cdba3267d2a47b3bff8cf3ec0219223e36e234ff.tar.gz Tango-cdba3267d2a47b3bff8cf3ec0219223e36e234ff.zip | |
Added machine studio modules order.
Implemented delayed GetInstance for TangoIOC.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubsModule.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubsModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubsModule.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubsModule.cs index aa8041669..b0c5d643a 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubsModule.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubsModule.cs @@ -17,6 +17,7 @@ namespace Tango.MachineStudio.Stubs /// Represents a stubs execution Machine Studio module capable of executing stubs against the current connected machine using a C# script engine. /// </summary> /// <seealso cref="Tango.MachineStudio.Common.IStudioModule" /> + [StudioModule(10)] public class StubsModule : StudioModuleBase { /// <summary> |
