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