xm
2021-12-01 6d73bf6e816570291865674bef8bce8972e4de3f
HDL_ON/UI/UI0-Stan/Form/HideOptionSearchAllFile.cs
old mode 100755 new mode 100644
@@ -115,7 +115,7 @@
            bodyFrameLayout.AddChidren(btnButon);
            btnButon.ButtonClickEvent += (sender, e) =>
            {
                this.ShowMassage(ShowMsgType.Confirm, "是否清除该文件夹", () =>
                HdlMessageLogic.Current.ShowMassage(ShowMsgType.Confirm, "是否清除该文件夹", () =>
                {
                    try
                    {
@@ -124,7 +124,7 @@
                    }
                    catch (Exception ex)
                    {
                        this.ShowMassage(ShowMsgType.Error, "清除缓存文件夹异常");
                        HdlMessageLogic.Current.ShowMassage(ShowMsgType.Error, "清除缓存文件夹异常");
                    }
                });
            };