maui-linux/Xamarin.Forms.Platform.Android/Renderers/IPopupTrigger.cs

8 строки
124 B
C#

namespace Xamarin.Forms.Platform.Android
{
public interface IPopupTrigger
{
bool ShowPopupOnFocus { get; set; }
}
}