Exemplo n.º 1
0
 private void StopButton_Click(object sender, RoutedEventArgs e)
 {
     PlayStopButton.Content = "Play";
     player.Reset();
 }