diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-12-09 15:47:33 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-12-09 15:47:33 +0200 |
| commit | b8e6e2c5d95f970907a2888fda13c14c5188d152 (patch) | |
| tree | 98d460b083adac051d2400589c38b38d914e1073 /Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs | |
| parent | 59c8532c05d3dcdd99589ed9983f11601a867bad (diff) | |
| download | Tango-b8e6e2c5d95f970907a2888fda13c14c5188d152.tar.gz Tango-b8e6e2c5d95f970907a2888fda13c14c5188d152.zip | |
Many improvements on stubs execution GUI.
Implemented stub abort!
Diffstat (limited to 'Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs b/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs index 97ac4f497..7e643ef4b 100644 --- a/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs +++ b/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs @@ -22,6 +22,7 @@ using System.Windows.Shapes; using System.Windows.Threading; using Tango.Core.Commands; using Tango.SharedUI; +using Tango.SharedUI.Helpers; namespace Tango.SharedUI.Controls { |
