maui-linux/Xamarin.Forms.Platform.UAP/WindowsPlatformServices.cs

11 строки
230 B
C#

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