摘要: using System;using System.Collections.Generic;using System.Runtime.Remoting.Messaging;using System.Threading;namespace asyncResult{ delegate long myDel(int first,int second); class Program { static void Main(string[] args) { Console.WriteLine("Main begin"); ... 阅读全文
posted @ 2013-05-09 01:42 s_p 阅读(182) 评论(0) 推荐(0) 编辑