зеркало из https://github.com/DeGsoft/maui-linux.git
8 строки
125 B
C#
8 строки
125 B
C#
|
using System.ComponentModel;
|
||
|
|
||
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public interface IGestureRecognizer : INotifyPropertyChanged
|
||
|
{
|
||
|
}
|
||
|
}
|