From f37c138c1f44ca86e333fa3693305a13eee078e4 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Thu, 2 Jan 2020 23:53:59 +0800 Subject: [PATCH] =?UTF-8?q?[-]=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevokeMsgPatcher/FormMain.cs | 1 - RevokeMsgPatcher/Modifier/AppModifier.cs | 1 - RevokeMsgPatcher/Modifier/FileHexEditor.cs | 5 +---- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/RevokeMsgPatcher/FormMain.cs b/RevokeMsgPatcher/FormMain.cs index 545ce12..4d9d4d2 100644 --- a/RevokeMsgPatcher/FormMain.cs +++ b/RevokeMsgPatcher/FormMain.cs @@ -1,5 +1,4 @@ using RevokeMsgPatcher.Model; -using RevokeMsgPatcher.Model.Enum; using RevokeMsgPatcher.Modifier; using RevokeMsgPatcher.Utils; using System; diff --git a/RevokeMsgPatcher/Modifier/AppModifier.cs b/RevokeMsgPatcher/Modifier/AppModifier.cs index 9290403..bd4d9a2 100644 --- a/RevokeMsgPatcher/Modifier/AppModifier.cs +++ b/RevokeMsgPatcher/Modifier/AppModifier.cs @@ -1,6 +1,5 @@ using RevokeMsgPatcher.Matcher; using RevokeMsgPatcher.Model; -using RevokeMsgPatcher.Model.Enum; using System; using System.Collections.Generic; using System.Drawing; diff --git a/RevokeMsgPatcher/Modifier/FileHexEditor.cs b/RevokeMsgPatcher/Modifier/FileHexEditor.cs index 2d7c915..40be54c 100644 --- a/RevokeMsgPatcher/Modifier/FileHexEditor.cs +++ b/RevokeMsgPatcher/Modifier/FileHexEditor.cs @@ -1,8 +1,5 @@ -using RevokeMsgPatcher.Matcher; -using RevokeMsgPatcher.Model; -using RevokeMsgPatcher.Model.Enum; +using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; -using System; using System.Collections.Generic; using System.IO;