コード例 #1
0
ファイル: Ui.cs プロジェクト: modernstar/core
 public object EndInvoke(IAsyncResult result)
 {
     return(_implementation.EndInvoke(result));
 }