Esempio n. 1
0
 /// <summary>
 /// Plays the next chapter in the volume.
 /// </summary>
 public void PlayNextChapter()
 {
     DvdPlayer.Dispatcher.BeginInvoke((Action)(() => DvdPlayer.PlayNextChapter()));
 }