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

7 строки
105 B
C#

namespace Xamarin.Forms.Platform.UWP
{
public interface ITabStopOnDescendants: IDontGetFocus
{
}
}