网上看到的解决方法,使用起来很方便,记录一下以做备用
Thread t1 = new Thread(() => BackUPDB(DataName, Filename, PBar)); t1.IsBackground = true; t1.Start();