From 18dcc85b17b351cf7948e22908d5128231aea2e0 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期二, 29 十月 2019 14:32:12 +0800
Subject: [PATCH] 2019-10-29-2

---
 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