From ecba45c93391066bc30c7bd602c3a7683fbb99a7 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 31 七月 2020 10:56:12 +0800 Subject: [PATCH] 临时备份 --- ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionSearchAllFile.cs | 24 ------------------------ 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionSearchAllFile.cs b/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionSearchAllFile.cs index 34348bd..401554a 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionSearchAllFile.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionSearchAllFile.cs @@ -131,30 +131,6 @@ } } listView.AdjustRealHeightByBottomButton(Application.GetRealHeight(50)); - - var btnButon = new BottomClickButton(); - btnButon.Text = "鍒犻櫎鏂囦欢澶�"; - bodyFrameLayout.AddChidren(btnButon); - btnButon.ButtonClickEvent += (sender, e) => - { - this.ShowMassage(ShowMsgType.Confirm, "鏄惁娓呴櫎璇ユ枃浠跺す", () => - { - try - { - System.IO.Directory.Delete(directory, true); - this.CloseForm(); - } - catch (Exception ex) - { - this.ShowMassage(ShowMsgType.Error, "娓呴櫎缂撳瓨鏂囦欢澶瑰紓甯�"); - HdlLogLogic.Current.WriteLog(ex, "娓呴櫎缂撳瓨鏂囦欢澶瑰紓甯�"); - } - }); - }; - if (directory == Common.Config.Instance.FullPath) - { - btnButon.CanClick = false; - } } private void AddDirectoryRowControl(VerticalListControl listView, string directoryName, string directory, bool addLine) -- Gitblit v1.8.0