From c7df85937f73fb347ee0b19e9c052d2d00a6df6c Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 18 九月 2020 13:58:19 +0800 Subject: [PATCH] 新版本 --- ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs index 73f495e..15592dc 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs @@ -63,7 +63,7 @@ row1.AddBottomLine(); row1.ButtonClickEvent += (sender, e) => { - var form = new HideOptionFileListForm(); + var form = new HideOptionSearchAllFile(); form.AddForm(Common.Config.Instance.FullPath); }; @@ -99,7 +99,7 @@ row1.ButtonClickEvent += (sender, e) => { - var form = new HideOptionFileListForm(); + var form = new HideOptionSearchAllFile(); form.AddForm(directoryValue); }; } -- Gitblit v1.8.0