摘要: using System; using System.Threading; namespace LockAndThread { /// /// Class1 的摘要说明。 /// class Test { /// /// 应用程序的主入口点。 /// static Thread[] threads=new Thread[10]; static void Mai... 阅读全文
posted @ 2007-12-11 11:34 东风125 阅读(303) 评论(0) 推荐(0)
摘要: using System; using System.Threading; namespace ThreadDelegate2 { /// /// ThreadDelegate2 的摘要说明。 /// /// 这个例子 /// 微软的教程中的实例 /// 由于自己的疏忽造成了一格委托与方法不匹配的错误 /// 提示错误:E:\thread\ThreadDelegate2\Clas... 阅读全文
posted @ 2007-12-11 09:12 东风125 阅读(165) 评论(0) 推荐(0)