Ejemplo n.º 1
0
 public bool Is_onfocusDelegate(IWMPRegionalButtonEvents_onfocusEventHandler deleg)
 {
   return (onfocusDelegate == deleg);
 }
Ejemplo n.º 2
0
 public void Set_onfocusDelegate(IWMPRegionalButtonEvents_onfocusEventHandler deleg)
 {
   onfocusDelegate = deleg;
 }