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

8 строки
125 B
C#
Исходник Обычный вид История

2016-03-22 23:02:25 +03:00
using System.ComponentModel;
namespace Xamarin.Forms
{
public interface IGestureRecognizer : INotifyPropertyChanged
{
}
}