Example #1
0
 public bool Is_DeviceEstimationDelegate(_WMPOCXEvents_DeviceEstimationEventHandler deleg)
 {
   return (DeviceEstimationDelegate == deleg);
 }
Example #2
0
 public void Set_DeviceEstimationDelegate(_WMPOCXEvents_DeviceEstimationEventHandler deleg)
 {
   DeviceEstimationDelegate = deleg;
 }