摘要: 1 Thread thread = new Thread(threadRun); thread.IsBackground = true; thread.Start(); 2 private void threadRun() { MethodInvoker In = new Metho... 阅读全文
posted @ 2014-11-18 14:37 陌念 阅读(176) 评论(0) 推荐(0)