예제 #1
0
파일: RemoteClient.cs 프로젝트: wpmyj/c3
        /// <summary>
        ///
        /// </summary>
        public ExecuteResult Doit(ExecuteArgs args)
        {
            RemoteObject    obj = this.GetRemoteObject();
            CallbackWrapper w   = new CallbackWrapper(new ResultDelegate(Target));

            return(obj.Execute(args, w));
        }