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

9 строки
181 B
C#
Исходник Обычный вид История

namespace Xamarin.Forms.Platform.UWP
2016-03-22 23:02:25 +03:00
{
internal sealed class WindowsPlatform : Platform
{
public WindowsPlatform(Windows.UI.Xaml.Controls.Page page) : base(page)
{
}
}
}