summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPage.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT.Tablet/WindowsPage.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT.Tablet/WindowsPage.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPage.cs b/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPage.cs
new file mode 100644
index 00000000..ba5cec09
--- /dev/null
+++ b/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPage.cs
@@ -0,0 +1,17 @@
+
+#if WINDOWS_UWP
+
+namespace Xamarin.Forms.Platform.UWP
+#else
+
+namespace Xamarin.Forms.Platform.WinRT
+#endif
+{
+ public class WindowsPage : WindowsBasePage
+ {
+ protected override Platform CreatePlatform()
+ {
+ return new WindowsPlatform(this);
+ }
+ }
+} \ No newline at end of file