Ejemplo n.º 1
0
 public void SwipeUpdate(Swipe swipe) => OnSwipeUpdate?.Invoke(swipe);
Ejemplo n.º 2
0
 public void SwipeEnd(Swipe swipe) => OnSwipeEnd?.Invoke(swipe);
Ejemplo n.º 3
0
 public void SwipeStart(Swipe swipe) => OnSwipeStart?.Invoke(swipe);