wxr
2020-01-18 4cc04639fbadde3a7f3b9875353df0d90fc09043
HDL_ON/DriverLayer/Control_Bus.cs
@@ -1,15 +1,14 @@
using 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());
        }