Esempio n. 1
0
 private void no_btn_Click(Controls.IconButtonControl sender, Windows.UI.Xaml.RoutedEventArgs args)
 {
     VIEW_MODEL.Cancel();
     Hide();
 }
 private void ContentDialog_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     VIEW_MODEL.Cancel();
 }