From 4cf1e800a5743d1194281703a4bcd6df0a910e8f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 7 Dec 2017 15:34:42 +0200 Subject: Added Avalon editor as SideChain. Implemented scripting control in SharedUI.. --- .../Controls/ScriptEditorControl.xaml | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml (limited to 'Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml') diff --git a/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml b/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml new file mode 100644 index 000000000..6f8968d12 --- /dev/null +++ b/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Executing Script... + + + + + + + + + + + + -- cgit v1.3.1