From 9a4b76398009cf76c508d61f7e48fb6f5cb7ac2d Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期二, 21 七月 2020 09:46:53 +0800
Subject: [PATCH] 请合并最新多功能面板代码

---
 ZigbeeApp/Shared/Phone/ZigBee/Common/Application.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Common/Application.cs b/ZigbeeApp/Shared/Phone/ZigBee/Common/Application.cs
old mode 100644
new mode 100755
index 2a5e850..002e5a4
--- a/ZigbeeApp/Shared/Phone/ZigBee/Common/Application.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Common/Application.cs
@@ -7,6 +7,7 @@
 using Shared.Common;
 using ZigBee.Device;
 
+
 namespace ZigBee.Common
 {
     public static class Application
@@ -392,7 +393,7 @@
                     {
                         busSocket.BeginSendTo(bytes, 0, bytes.Length, SocketFlags.None, iPEndPoint, new AsyncCallback(asyncEndSend), null);
                     }
-
+                    
                 }
                 catch (Exception ex)
                 {
@@ -414,7 +415,7 @@
                 {
                     int bytesSent = busSocket.EndSendTo(iar);
                 }
-                catch(Exception ex)
+                catch(Exception ex) 
                 {
                     //璋冭瘯鐢�
                     if (Shared.Phone.UserCenter.UserCenterResourse.HideOption.WriteSocketReceiveDataToFile == 1)

--
Gitblit v1.8.0