创建一个线程
摘要:System.Threading.Thread thread = new System.Threading.Thread(() => { commdbo.FilesHelper.delFile_Time(file_name, 30); }); thread.IsBackground = true;
阅读全文
posted @ 2021-11-21 11:39
posted @ 2021-11-21 11:39
posted @ 2020-07-10 17:05