Fix Updater.cs import

This commit is contained in:
ChsBuffer
2021-03-26 10:35:25 +08:00
parent f818c444a4
commit 28c248ea70

View File

@@ -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