Ejemplo n.º 1
0
 public bool Is_PlaylistCollectionChangeDelegate(_WMPCoreEvents_PlaylistCollectionChangeEventHandler deleg)
 {
   return (PlaylistCollectionChangeDelegate == deleg);
 }
Ejemplo n.º 2
0
 public void Set_PlaylistCollectionChangeDelegate(_WMPCoreEvents_PlaylistCollectionChangeEventHandler deleg)
 {
   PlaylistCollectionChangeDelegate = deleg;
 }