private void tip2_Closed(TeachingTip sender, TeachingTipClosedEventArgs args)
 {
     tip2.IsOpen = false;
     SubListView.SelectedIndex = 0;
     GoToDownloadPage();
     SubsceneDownloadPage.Instance.ShowTip1();
 }
Exemple #2
0
 private void CommentTeachingTip_Closed(TeachingTip sender, TeachingTipClosedEventArgs args)
 {
     if (_chatBoxStateManager != null)
     {
         _chatBoxStateManager.ThreadMessage = null;
     }
 }
        private static void MainMenuTeachingTip_Closed(TeachingTip sender, TeachingTipClosedEventArgs args)
        {
            if (_mainMenuTeachingTip != null)
            {
                _mainMenuTeachingTip.Closed -= MainMenuTeachingTip_Closed;
            }

            DisplayReplayButtonTip();
        }
 private void tip8_Closed(TeachingTip sender, TeachingTipClosedEventArgs args)
 {
     tip8.IsOpen = false;
     Helper.Settings.IsFirstRun = false;
 }
 private void tip7_Closed(TeachingTip sender, TeachingTipClosedEventArgs args)
 {
     tip7.IsOpen = false;
     tip8.IsOpen = true;
 }
 private void tip1_Closed(TeachingTip sender, TeachingTipClosedEventArgs args)
 {
     AutoSuggest.Text = Constants.GuidSubtitle;
     tip1.IsOpen      = false;
     SearchSubtitle(AutoSuggest.Text);
 }
Exemple #7
0
 private void tip2_Closed(TeachingTip sender, TeachingTipClosedEventArgs args)
 {
     tip2.IsOpen = false;
     SubscenePage.Instance.ShowTip1();
 }