From d7ad5a3953a8cd001659092ebde204b881f94b9d Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 31 十月 2019 10:47:13 +0800 Subject: [PATCH] 2019-10-31-1 --- ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs b/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs old mode 100755 new mode 100644 index 5a9690d..38416fc --- a/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs @@ -67,7 +67,7 @@ }; #endregion - + var middle = new FrameLayout { Y = topRowLayout.Bottom, @@ -76,7 +76,7 @@ }; this.AddChidren(middle); - #region ----- 璁惧------ + #region ----- 璁惧------ var deviceframelayout = new FrameLayout { Height = Application.GetRealHeight(160), @@ -202,7 +202,7 @@ sceneiconBtn.MouseUpEventHandler += sceneclick; #endregion - #region ----- 瀹夐槻妯″紡------ + #region ----- 瀹夐槻妯″紡------ var securityframelayout = new FrameLayout { Height = Application.GetRealHeight(160), @@ -264,7 +264,7 @@ securityrow.MouseUpEventHandler += securityclick; #endregion - #region ----- 宸叉湁鑷姩鍖�------ + #region ----- 宸叉湁鑷姩鍖�------ ///宸叉湁鑷姩鍖� var existenceRowLayout = new RowLayout @@ -375,6 +375,6 @@ #endregion } - + } } -- Gitblit v1.8.0