コード例 #1
0
ファイル: Interop.WMPLib.cs プロジェクト: kiichi7/monoxna
 public bool Is_PlaylistCollectionChangeDelegate(_WMPOCXEvents_PlaylistCollectionChangeEventHandler deleg)
 {
   return (PlaylistCollectionChangeDelegate == deleg);
 }
コード例 #2
0
ファイル: Interop.WMPLib.cs プロジェクト: kiichi7/monoxna
 public void Set_PlaylistCollectionChangeDelegate(_WMPOCXEvents_PlaylistCollectionChangeEventHandler deleg)
 {
   PlaylistCollectionChangeDelegate = deleg;
 }