Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.PropertyEditing.Windows.Standalone/App.xaml.cs')
-rw-r--r--Xamarin.PropertyEditing.Windows.Standalone/App.xaml.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Windows.Standalone/App.xaml.cs b/Xamarin.PropertyEditing.Windows.Standalone/App.xaml.cs
new file mode 100644
index 0000000..6d9be59
--- /dev/null
+++ b/Xamarin.PropertyEditing.Windows.Standalone/App.xaml.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows;
+
+namespace Xamarin.PropertyEditing.Windows.Standalone
+{
+ /// <summary>
+ /// Interaction logic for App.xaml
+ /// </summary>
+ public partial class App : Application
+ {
+ }
+}