private void DeleteHome_CD_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args) { DeleteHome_CD.Hide(); }
private void DeleteHome_HL_Click(object sender, RoutedEventArgs e) { #pragma warning disable CS4014 // Because this call is not awaited, execution of the current method continues before the call is completed DeleteHome_CD.ShowAsync(); #pragma warning restore CS4014 // Because this call is not awaited, execution of the current method continues before the call is completed }
private void DeleteHome_CD_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args) { DeleteHome_CD.Hide(); this.Frame.Navigate(typeof(MainPage), new DrillOutThemeAnimation()); }