From 9a4b76398009cf76c508d61f7e48fb6f5cb7ac2d Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期二, 21 七月 2020 09:46:53 +0800
Subject: [PATCH] 请合并最新多功能面板代码

---
 ZigbeeApp/Shared/Phone/UserCenter/HdlBackup/HdlBackupListForm.cs |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/HdlBackup/HdlBackupListForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/HdlBackup/HdlBackupListForm.cs
index 8f5900b..c8a666e 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/HdlBackup/HdlBackupListForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/HdlBackup/HdlBackupListForm.cs
@@ -528,28 +528,6 @@
         #region 鈻� 涓�鑸柟娉昣__________________________
 
         /// <summary>
-        /// 鎶婃湰鍦版墍鏈夋枃浠剁Щ鍔ㄥ埌鑷姩澶囦唤鏂囦欢澶�
-        /// </summary>
-        private void CopyLocationAllFileToAutoBackDirectory()
-        {
-            List<string> listAllFile = Shared.Common.Global.FileListByHomeId();
-
-            string strroot = Common.Config.Instance.FullPath;
-            string autoPath = System.IO.Path.Combine(strroot, DirNameResourse.LocalMemoryDirectory, DirNameResourse.AutoBackupDirectory);
-            foreach (string file in listAllFile)
-            {
-                //鍒ゆ柇鏄惁鏄簲璇ヤ笂浼犵殑鏂囦欢
-                if (HdlBackupLogic.Current.IsNotUpLoadFile(file) == true)
-                {
-                    continue;
-                }
-                string sourseName = System.IO.Path.Combine(strroot, file);
-                string newName = System.IO.Path.Combine(autoPath, file);
-                System.IO.File.Copy(sourseName, newName, true);
-            }
-        }
-
-        /// <summary>
         /// 妫�娴嬪鑰冨悕绉�
         /// </summary>
         /// <param name="backName"></param>

--
Gitblit v1.8.0