示例#1
0
 protected void OnSelectingContact(Object sender, SelectingContactEventArgs e)
 {
     if (SelectingContact != null)
     {
         SelectingContact(sender, e);
     }
 }
 protected void OnSelectingContact(Object sender, SelectingContactEventArgs e)
 {
     if (SelectingContact != null)
         SelectingContact(sender, e);
 }