summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml.cs')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml.cs b/Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml.cs
new file mode 100644
index 00000000..6b0c862d
--- /dev/null
+++ b/Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using Xamarin.Forms;
+
+namespace Xamarin.Forms.Xaml.UnitTests
+{
+ public partial class CustomXamlView : ContentView
+ {
+ public CustomXamlView ()
+ {
+ InitializeComponent ();
+ }
+ }
+}