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