aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-04-07 14:41:00 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-04-07 14:41:00 +0300
commite49c150d363a28dc79739efb611ce1f957ba6dce (patch)
tree3fc8f3a5b28ceb746481e46c144ba5270e438fa7 /Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml.cs
parente859f581bb925e575bba10e4468c3644a92ad266 (diff)
parentcfc59d248257c850b589bebe1e4e012f234d92ec (diff)
downloadTango-e49c150d363a28dc79739efb611ce1f957ba6dce.tar.gz
Tango-e49c150d363a28dc79739efb611ce1f957ba6dce.zip
merge
Diffstat (limited to 'Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml.cs')
-rw-r--r--Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml.cs29
1 files changed, 29 insertions, 0 deletions
diff --git a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml.cs b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml.cs
new file mode 100644
index 000000000..34c604b83
--- /dev/null
+++ b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml.cs
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using Tango.Scripting.IDE.ProjectItems;
+
+namespace Tango.Scripting.IDE.ProjectItemsViews
+{
+ /// <summary>
+ /// Interaction logic for CSharpScriptItemView.xaml
+ /// </summary>
+ public partial class CSharpScriptItemView : UserControl
+ {
+ public CSharpScriptItemView(CSharpScriptItem scriptItem)
+ {
+ InitializeComponent();
+ }
+ }
+}