From 34b65350abbb8b740b9c3bc0b43254cbbe23fcb5 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期二, 19 五月 2020 09:31:44 +0800
Subject: [PATCH] 合并代码,更改面板目标信息

---
 ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs
index 88bf472..0bb7c0b 100755
--- a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs
@@ -469,7 +469,7 @@
                 TextSize = 14,
             };
             tipFLayout.AddChidren(Text1Btn);
-           
+
             new System.Threading.Thread(() =>
             {
                 System.Threading.Thread.Sleep(timeValue*1000);
@@ -482,5 +482,3 @@
         }
     }
 }
-
-

--
Gitblit v1.8.0