摘要: C# 多线程处理 Iusing System;using System.Threading;using System.Collections.Generic;using System.Linq;using System.Text;namespace A0300_Thread.Sample{ /// <summary> /// 最简单的 一个 线程的例子 /// /// 线程执行方法被定义为 静态方法 /// </summary> class StaticThreadSample { /// <summary> /// 简单的 线程执行的 方法. /// // 阅读全文
posted @ 2012-04-22 22:05 JHCHEN 阅读(243) 评论(1) 推荐(0)
分享到: JHCHEN技术乐园