yusijie
2023-06-29 efa57c53b1b4c94e188a52f5a35d0a4ca8a82cb5
BLL/公用模块/Xt_File.cs
@@ -128,8 +128,8 @@
            Process p = new Process();
            p.StartInfo.FileName = sHPath;
            p.Start();
            p.WaitForExit();
            File.Delete(sHPath);
            //p.WaitForExit();
            //File.Delete(sHPath);
        }
        private Int32 Fun_GetCol(string sCol)
        {