summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatformServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatformServices.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatformServices.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatformServices.cs b/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatformServices.cs
new file mode 100644
index 00000000..d729713d
--- /dev/null
+++ b/Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatformServices.cs
@@ -0,0 +1,17 @@
+using Windows.UI.Core;
+
+#if WINDOWS_UWP
+
+namespace Xamarin.Forms.Platform.UWP
+#else
+
+namespace Xamarin.Forms.Platform.WinRT
+#endif
+{
+ internal class WindowsPlatformServices : WindowsBasePlatformServices
+ {
+ public WindowsPlatformServices(CoreDispatcher dispatcher) : base(dispatcher)
+ {
+ }
+ }
+} \ No newline at end of file