private void TutorialSplitViewToggleButtonClick(object sender, RoutedEventArgs e) { helpPopup.Hide(); mainPage.SplitViewToggleButton.Click -= TutorialSplitViewToggleButtonClick; mainPage.NoticeMe.Stop(); helpPopup.Title = "Finished"; helpPopup.SubtitleVisibility = Visibility.Collapsed; helpPopup.Text = "This concludes \"Add Decks & Notes\" tutorial. You can try out other note types to see how they work.\n" + "When you are ready (and in a good mood), please view \"Note Types & Templates\" tutorial."; helpPopup.ShowWithClose(); AllHelps.Tutorial = AllHelps.TutorialState.NotShow; MainPage.UserPrefs.SetHelpShown(AllHelps.HELP_DECK_NOTE, true); }
public void OnPointerClick(PointerEventData eventData) { buyAccessPopup.Hide(); promocodePopup.Hide(); succesOpen1Lvl.Hide(); helpPopup.Hide(); }
private void TutorialAddButtonClickHandler(object sender, RoutedEventArgs e) { mainPage.NoticeMe.Stop(); helpPopup.Hide(); }