コード例 #1
0
 private void handleRightSwipe(ZoomImageBehavior obj)
 {
     goNextPage(null);
 }
コード例 #2
0
 private void handleLeftSwipe(ZoomImageBehavior obj)
 {
     goPreviousPage(null);
 }