summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatform.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatform.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatform.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatform.cs b/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatform.cs
new file mode 100644
index 00000000..ce7e5fd7
--- /dev/null
+++ b/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatform.cs
@@ -0,0 +1,16 @@
+
+#if WINDOWS_UWP
+
+namespace Xamarin.Forms.Platform.UWP
+#else
+
+namespace Xamarin.Forms.Platform.WinRT
+#endif
+{
+ internal sealed class WindowsPlatform : Platform
+ {
+ public WindowsPlatform(Windows.UI.Xaml.Controls.Page page) : base(page)
+ {
+ }
+ }
+} \ No newline at end of file