yangle
2023-02-08 1d47cda889c0408d2fe885fc99727e85c591764c
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)
        {