摘要:
class Class2 { static void Main(string[] args) { Exception exception = null; Thread thread = new Thread(() => SafeExecute(() => Test(0, 0), out exception)); Console.WriteLine(Thread.CurrentThread.ManagedThreadId); thread.Start(); thread.... 阅读全文
posted @ 2012-07-02 15:35 leon_ALiang 阅读(315) 评论(0) 推荐(0) 编辑