Beispiel #1
0
 private void DeleteHome_CD_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     DeleteHome_CD.Hide();
 }
Beispiel #2
0
        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
        }
Beispiel #3
0
 private void DeleteHome_CD_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     DeleteHome_CD.Hide();
     this.Frame.Navigate(typeof(MainPage), new DrillOutThemeAnimation());
 }