예제 #1
0
 internal void RaiseRightTapped(RightTappedRoutedEventArgs args)
 {
     RightTapped?.Invoke(this, args);
 }
예제 #2
0
 internal void RaiseRightTapped(Windows.UI.Xaml.Input.RightTappedRoutedEventArgs args)
 {
     RightTapped?.Invoke(this, args);
 }