摘要: View Code //异步委托using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace AsyncDelete{ class Program { public delegate int TaskesAWhileDelegate(int data, int ms); static void Main(string[] args) { TaskesAW... 阅读全文
posted @ 2012-12-10 23:41 bert.zeng 阅读(248) 评论(0) 推荐(0)