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

10 строки
185 B
C#

namespace Xamarin.Forms.Platform.UWP
{
public class WindowsPage : WindowsBasePage
{
protected override Platform CreatePlatform()
{
return new WindowsPlatform(this);
}
}
}