From cd06d53130b7470f4654d70975e78802c2acdf9b Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 27 May 2021 16:13:35 +0200 Subject: [PATCH] removed unused imports --- EZPPClient Installer/MainWindow.xaml.cs | 5 ----- EZPPClient Installer/Models/MD5File.cs | 9 +-------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/EZPPClient Installer/MainWindow.xaml.cs b/EZPPClient Installer/MainWindow.xaml.cs index f0eb759..8908b6b 100644 --- a/EZPPClient Installer/MainWindow.xaml.cs +++ b/EZPPClient Installer/MainWindow.xaml.cs @@ -7,7 +7,6 @@ using System.Windows; using System.Windows.Navigation; using System.IO; using System.Net; -using System.Globalization; using ModernWpf.Controls; using System.Windows.Forms; using System.Media; @@ -15,7 +14,6 @@ using Path = System.IO.Path; using File = System.IO.File; using EZPPClient_Installer.Utils; using IWshRuntimeLibrary; -using System.Windows.Forms.VisualStyles; using Semver; #if DEBUG @@ -24,9 +22,6 @@ using MessageBox = System.Windows.MessageBox; namespace EZPPClient_Installer { - /// - /// Interaction logic for MainWindow.xaml - /// public partial class MainWindow : Window { diff --git a/EZPPClient Installer/Models/MD5File.cs b/EZPPClient Installer/Models/MD5File.cs index 706bf50..d01722e 100644 --- a/EZPPClient Installer/Models/MD5File.cs +++ b/EZPPClient Installer/Models/MD5File.cs @@ -1,11 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Security.Cryptography; -using System.Text; -using System.Threading.Tasks; - -namespace EZPPClient_Installer +namespace EZPPClient_Installer { class MD5File {