using Windows.UI.Core;
namespace Xamarin.Forms.Platform.UWP
{
internal class WindowsPlatformServices : WindowsBasePlatformServices
public WindowsPlatformServices(CoreDispatcher dispatcher) : base(dispatcher)
}