From 1a4b95a7ebef71838bd3eda2c22056bbf0db65ec Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 10 一月 2020 16:39:54 +0800 Subject: [PATCH] 2019阶段备份 --- HDL_ON/DriverLayer/Packet.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/HDL/Operation/Packet.cs b/HDL_ON/DriverLayer/Packet.cs similarity index 98% rename from HDL_ON/HDL/Operation/Packet.cs rename to HDL_ON/DriverLayer/Packet.cs index 9b3fbf0..d66da6a 100644 --- a/HDL_ON/HDL/Operation/Packet.cs +++ b/HDL_ON/DriverLayer/Packet.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; - +using HDL_ON.Entity.Enumerative; namespace HDL_ON { -- Gitblit v1.8.0