From 28c248ea700b6a189d20005c1270c5ee9ef4f3d7 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Fri, 26 Mar 2021 10:35:25 +0800 Subject: [PATCH] Fix Updater.cs import --- Netch/Updater/Updater.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Netch/Updater/Updater.cs b/Netch/Updater/Updater.cs index 04ca286d..aa7ea74c 100644 --- a/Netch/Updater/Updater.cs +++ b/Netch/Updater/Updater.cs @@ -8,9 +8,7 @@ using System.Net; using System.Text; using System.Windows.Threading; using Netch.Controllers; -using Netch.Forms; using Netch.Properties; -using Netch.Services; using Netch.Utils; namespace Netch.Updater