コード例 #1
0
 private void UpVote_Tapped(object sender, TappedRoutedEventArgs e)
 {
     e.Handled = true;
     Context?.UpVote();
 }