From 273bd8b4fb918a4303207215b2b8369fbc275000 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 08 十二月 2020 18:58:44 +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