From b02e8275a21dc06bf54b66273485d44e007a2616 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期一, 20 七月 2020 14:50:17 +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