From 4cc04639fbadde3a7f3b9875353df0d90fc09043 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期六, 18 一月 2020 14:33:40 +0800
Subject: [PATCH] 节前备份

---
 HDL_ON/DriverLayer/Control_Bus.cs |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/DriverLayer/Control_Bus.cs b/HDL_ON/DriverLayer/Control_Bus.cs
index 3993919..e91a877 100644
--- a/HDL_ON/DriverLayer/Control_Bus.cs
+++ b/HDL_ON/DriverLayer/Control_Bus.cs
@@ -1,15 +1,14 @@
 锘縰sing System;
 using System.Collections.Generic;
-using System.Linq;
 using HDL_ON.DAL;
 using HDL_ON.DAL.Net;
-using HDL_ON.Entity.Enumerative;
+using HDL_ON.Entity;
 
 namespace HDL_ON
 {
     public partial class Control
     {
-        public System.DateTime LatestDateTime = System.DateTime.Now;
+        public DateTime LatestDateTime = DateTime.Now;
 
         /// <summary>
         /// 鎵�鏈夊井淇″涓�绔彛鐨勬帶鍒堕兘浼氭斁鍒拌繖涓泦鍚堥噷
@@ -31,7 +30,6 @@
                 DeviceID = deviceID,
                 AddData = gatewayBytes,
             }, sendCount, true);
-            CommonPage.FindGateway = false;
 
             return control.UsefulBytes;
         }
@@ -50,7 +48,6 @@
                 DeviceID = deviceID,
                 AddData = gatewayBytes,
             }, sendCount, false);
-            CommonPage.FindGateway = false;
             MainPage.Log(command.ToString() + "::" + CommonPage.EndPoint.ToString());
 
         }

--
Gitblit v1.8.0