removed unused imports

This commit is contained in:
HorizonCode 2021-05-27 16:13:35 +02:00
parent d513ef756d
commit cd06d53130
2 changed files with 1 additions and 13 deletions

View File

@ -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
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{

View File

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