示例#1
0
文件: Ui.cs 项目: modernstar/core
 public object EndInvoke(IAsyncResult result)
 {
     return(_implementation.EndInvoke(result));
 }