Example #1
0
 private void Ghost_Background_MediaEnded(object sender, RoutedEventArgs e)
 {
     Ghost_Background.Play();
 }
Example #2
0
 private void Ghost_Sound_Ef_2_Completed(object sender, EventArgs e)
 {
     Ghost_Background.Play();
 }
Example #3
0
 // Constructor
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     Ghost_Background.Play();
     Ghost2.Opacity    = 0;
     Ghost2.Visibility = Visibility.Collapsed;
 }