Ejemplo n.º 1
0
 private void PlayIntroVideoExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     if (System.Windows.SystemParameters.IsRemoteSession)
     {
         System.Diagnostics.Process.Start(CoreStrings.IntroVideoUrl);
     }
     else
     {
         IntroVideoPlayer player = new IntroVideoPlayer();
         player.ShowDialog();
     }
 }
 private void PlayIntroVideoExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     if (System.Windows.SystemParameters.IsRemoteSession)
     {
         System.Diagnostics.Process.Start(CoreStrings.IntroVideoUrl);
     }
     else
     {
         IntroVideoPlayer player = new IntroVideoPlayer();
         player.ShowDialog();
     }
 }