From b8e6e2c5d95f970907a2888fda13c14c5188d152 Mon Sep 17 00:00:00 2001 From: Roy Date: Sat, 9 Dec 2017 15:47:33 +0200 Subject: Many improvements on stubs execution GUI. Implemented stub abort! --- .../Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml.cs') 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 { -- cgit v1.3.1