зеркало из https://github.com/DeGsoft/maui-linux.git
10 строки
125 B
C#
10 строки
125 B
C#
|
namespace Xamarin.Forms
|
|||
|
{
|
|||
|
public enum GestureStatus
|
|||
|
{
|
|||
|
Started = 0,
|
|||
|
Running = 1,
|
|||
|
Completed = 2,
|
|||
|
Canceled = 3
|
|||
|
}
|
|||
|
}
|