创建一个线程
System.Threading.Thread thread = new System.Threading.Thread(() =>
{
commdbo.FilesHelper.delFile_Time(file_name, 30);
});
thread.IsBackground = true;
thread.Start();
浙公网安备 33010602011771号