9 строки
181 B
C#
9 строки
181 B
C#
|
namespace Xamarin.Forms.Platform.UWP
|
|||
|
{
|
|||
|
internal sealed class WindowsPlatform : Platform
|
|||
|
{
|
|||
|
public WindowsPlatform(Windows.UI.Xaml.Controls.Page page) : base(page)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|