摘要:
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"); ... 阅读全文