线程带参数

Thread thread = new Thread(new ThreadStart(() => UpdateFile.Start(false, this)))
            {
                IsBackground = true
            };
            thread.Start();

 

posted @ 2022-02-17 09:14  黄立明02  阅读(10)  评论(0编辑  收藏  举报