Exemplo n.º 1
0
 public IAsyncResult send_sendNotice(AsyncCallback callback, object state, Notice notice)
Exemplo n.º 2
0
 public IAsyncResult Begin_sendNotice(AsyncCallback callback, object state, Notice notice)
 {
     return(send_sendNotice(callback, state, notice));
 }