maui-linux/Xamarin.Forms.Platform.GTK/IDesiredSizeProvider.cs

8 строки
111 B
C#

namespace Xamarin.Forms.Platform.GTK
{
interface IDesiredSizeProvider
{
Gdk.Size GetDesiredSize();
}
}