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

8 строки
151 B
C#

using Windows.UI.Xaml;
namespace Xamarin.Forms.Platform.UWP
{
internal sealed class DefaultRenderer : ViewRenderer<View, FrameworkElement>
{
}
}