2009年6月2日

Delegate 示例

摘要: //Program.cs using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace DelegateIsAll{ class program { public static void CarNeedWash(object sender, CarE... 阅读全文

posted @ 2009-06-02 12:25 Acor 阅读(269) 评论(0) 推荐(0) 编辑

ThreadPool 示例

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading; namespace ThreadIsAll{ class Program { public class PrintNumbers { ... 阅读全文

posted @ 2009-06-02 12:19 Acor 阅读(458) 评论(0) 推荐(0) 编辑

导航