C#无限制在多线程中传递多个参数

网上看到的解决方法,使用起来很方便,记录一下以做备用

            Thread t1 = new Thread(() => BackUPDB(DataName, Filename, PBar));
            t1.IsBackground = true;
            t1.Start();

 

posted @ 2023-01-19 13:49  wjbych  阅读(35)  评论(0编辑  收藏  举报