From 8916de38960ffda9a9f9bf09ace9000f40de828d Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 13 一月 2021 11:26:32 +0800 Subject: [PATCH] 2021-01-13 1.增加备份错误码翻译字段。 --- 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