maui-linux/Xamarin.Forms.Core/IGestureRecognizer.cs

8 строки
125 B
C#

using System.ComponentModel;
namespace Xamarin.Forms
{
public interface IGestureRecognizer : INotifyPropertyChanged
{
}
}