From ab99fb80dfc78c31b1e6cf8d5e4a8458978f4ddc Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 7 Dec 2017 17:42:02 +0200 Subject: Added Tango.Scripting Stubs.UI scripting works.. Implemented ScriptEditorControl. --- .../Visual_Studio/Tango.Scripting/OnExecuteParameters.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Software/Visual_Studio/Tango.Scripting/OnExecuteParameters.cs (limited to 'Software/Visual_Studio/Tango.Scripting/OnExecuteParameters.cs') diff --git a/Software/Visual_Studio/Tango.Scripting/OnExecuteParameters.cs b/Software/Visual_Studio/Tango.Scripting/OnExecuteParameters.cs new file mode 100644 index 000000000..af66d84a8 --- /dev/null +++ b/Software/Visual_Studio/Tango.Scripting/OnExecuteParameters.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.Scripting +{ + public abstract class OnExecuteParameters + { + + } +} -- cgit v1.3.1