maui-linux/System.Maui.Platform.UAP/WindowsPlatformServices.cs

11 строки
233 B
C#

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