示例#1
0
 private void Context(object sender, RightTappedRoutedEventArgs e)
 {
     ContextFlyout.ShowAt(Site, e.GetPosition(sender as UIElement));
 }