зеркало из https://github.com/DeGsoft/maui-linux.git
9 строки
134 B
C#
9 строки
134 B
C#
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public class GestureRecognizer : Element, IGestureRecognizer
|
||
|
{
|
||
|
internal GestureRecognizer()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|