removed unused imports
This commit is contained in:
parent
d513ef756d
commit
cd06d53130
|
@ -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
|
||||
{
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user