예제 #1
0
 private void DeleteHome_CD_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     DeleteHome_CD.Hide();
 }
예제 #2
0
 private void DeleteHome_CD_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     DeleteHome_CD.Hide();
     this.Frame.Navigate(typeof(MainPage), new DrillOutThemeAnimation());
 }