Exemple #1
0
 /// <summary>
 /// Goes to the title menu of the DVD
 /// </summary>
 public void GotoTitleMenu()
 {
     DvdPlayer.Dispatcher.BeginInvoke((Action)(() => DvdPlayer.GotoTitleMenu()));
 }