示例#1
0
 public bool Is_onfocusDelegate(IWMPRegionalButtonEvents_onfocusEventHandler deleg)
 {
   return (onfocusDelegate == deleg);
 }
示例#2
0
 public void Set_onfocusDelegate(IWMPRegionalButtonEvents_onfocusEventHandler deleg)
 {
   onfocusDelegate = deleg;
 }