Ejemplo n.º 1
0
 private void ContentDialog_CloseButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args) => Result = YesNoDialogType.Abort;
Ejemplo n.º 2
0
 private void ContentDialog_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args) => Result = YesNoDialogType.No;