不支持一个 STA 线程上针对多个句柄的 WaitAll
摘要:[csharp] view plaincopyusing System; using System.Collections.Generic; using System.Windows.Forms; namespace WindowsApplication1 { static class Program { /// /// 应用程序的主入口点。 /// [MTAThread] //不支持一个 STA 线程上针对多个句柄的 WaitAll。解决办法把STAThread改成MTAThread ...
阅读全文
posted @
2014-03-28 18:38
Kingly
阅读(708)
推荐(0)