コード例 #1
0
ファイル: DvdPlayerElement.cs プロジェクト: rox00/WPF
 /// <summary>
 /// Goes to the title menu of the DVD
 /// </summary>
 public void GotoTitleMenu()
 {
     DvdPlayer.Dispatcher.BeginInvoke((Action)(() => DvdPlayer.GotoTitleMenu()));
 }