Example #1
0
 public bool Is_DurationUnitChangeDelegate(_WMPOCXEvents_DurationUnitChangeEventHandler deleg)
 {
   return (DurationUnitChangeDelegate == deleg);
 }
Example #2
0
 public void Set_DurationUnitChangeDelegate(_WMPOCXEvents_DurationUnitChangeEventHandler deleg)
 {
   DurationUnitChangeDelegate = deleg;
 }