C#线程执行带参数的方法

            Thread th = new Thread(() => send_File(path, key, tofrom, identity));
            th.IsBackground = true;
            th.Start();

 

posted @ 2013-05-14 19:24  Micmacs  阅读(258)  评论(0编辑  收藏  举报