Example #1
0
 public void OnSwipeTop()
 {
     SwipeTop?.Invoke(this, null);
 }
Example #2
0
 public void OnSwipeTop()
 {
     SwipeTop?.Invoke();
 }