Example #1
0
 public bool Is_DeviceSyncStateChangeDelegate(_WMPOCXEvents_DeviceSyncStateChangeEventHandler deleg)
 {
   return (DeviceSyncStateChangeDelegate == deleg);
 }
Example #2
0
 public void Set_DeviceSyncStateChangeDelegate(_WMPOCXEvents_DeviceSyncStateChangeEventHandler deleg)
 {
   DeviceSyncStateChangeDelegate = deleg;
 }