예제 #1
0
파일: Ui.cs 프로젝트: modernstar/core
 public object EndInvoke(IAsyncResult result)
 {
     return(_implementation.EndInvoke(result));
 }