From 4c993fcb71b92f8e9837ca8f50f3b5e8f9c59cfe Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 20 一月 2021 19:47:04 +0800 Subject: [PATCH] 2021-01-20 1.更新。2.增加写域名配置操作。 --- Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs b/Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs index 761d256..fe29bed 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs @@ -1,7 +1,6 @@ 锘�/* 鏇存柊浜咵MQ杩炴帴鏂瑰紡 */ -using System.Collections.Generic; using System; using MQTTnet.Client; using System.Threading.Tasks; @@ -10,7 +9,6 @@ using MQTTnet; using System.Text; using System.Security.Cryptography; -using System.IO; namespace SmartHome { -- Gitblit v1.8.0