摘要:
using System.Threading;using System;using System.Runtime.Remoting.Messaging; //不要忘记该引用,AsyncResult(异布调用的结果)namespace SyncDelegate{ public delegate int BinaryOp(int x, int y); class Program { static vo... 阅读全文
posted @ 2010-06-30 11:18
TsingCai
阅读(1082)
评论(0)
推荐(0)