private void bPlayAgain_Click(object sender, RoutedEventArgs e)
 {
     Navigator.Play(this);
 }
Beispiel #2
0
 private void mItemPlay_Click(object sender, RoutedEventArgs e)
 {
     Navigator.Play(this);
 }