From 0058d3fd5cf6052016ae744aeca2272623bfb6c8 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期一, 28 十月 2019 17:49:52 +0800 Subject: [PATCH] 2019-10-28-2 --- ZigbeeApp/Shared/Phone/Device/Category/Category.cs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Category/Category.cs b/ZigbeeApp/Shared/Phone/Device/Category/Category.cs index 56aad98..dc6e348 100644 --- a/ZigbeeApp/Shared/Phone/Device/Category/Category.cs +++ b/ZigbeeApp/Shared/Phone/Device/Category/Category.cs @@ -1807,7 +1807,7 @@ /// <summary> /// 鑷姩鍖� /// </summary> - public async void ShowAutotion() + private async void ShowAutotion() { functionSceneAutoBodyView.BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor; @@ -2000,7 +2000,7 @@ /// 鑷姩鍖栧垪琛ㄧ晫闈� /// </summary> /// <param name="refresview">Refresview.</param> - public async void Automationview(VerticalScrolViewLayout refresview) + private async void Automationview(VerticalScrolViewLayout refresview) { refresview.RemoveAll(); foreach (var logic in Common.Logic.LogicList) @@ -2131,8 +2131,6 @@ } - - #endregion #region 鈼� 鎺у埗鐘舵�乢________________________ @@ -2599,5 +2597,6 @@ } } } + #endregion } } -- Gitblit v1.8.0