示例#1
0
文件: Activity.cs 项目: alexfordc/Au
 protected override void OnEndWork(IAsyncResult asyncResult)
 {
     asyncDelegate.EndInvoke(asyncResult);
 }