From b12e4aff6b46327e0e92c3295a4a04434c2ea4ec Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 07 十二月 2020 11:32:42 +0800 Subject: [PATCH] Merge branch 'CJL-NEW' --- HDL_ON/DAL/FileUtils.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/FileUtils.cs b/HDL_ON/DAL/FileUtils.cs index 6330ee5..09c30f6 100644 --- a/HDL_ON/DAL/FileUtils.cs +++ b/HDL_ON/DAL/FileUtils.cs @@ -50,6 +50,7 @@ foreach (var fileName in ReadRegionFiles(path)) { File.Delete(Path.Combine(path, fileName)); + MainPage.Log("鍒犻櫎鏂囦欢鍚嶄负锛�" + fileName); } } -- Gitblit v1.8.0