Пример #1
0
 public IAsyncResult send_sendNotice(AsyncCallback callback, object state, Notice notice)
Пример #2
0
 public IAsyncResult Begin_sendNotice(AsyncCallback callback, object state, Notice notice)
 {
     return(send_sendNotice(callback, state, notice));
 }