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.Windows.Navigation;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Globalization;
|
|
||||||
using ModernWpf.Controls;
|
using ModernWpf.Controls;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using System.Media;
|
using System.Media;
|
||||||
|
@ -15,7 +14,6 @@ using Path = System.IO.Path;
|
||||||
using File = System.IO.File;
|
using File = System.IO.File;
|
||||||
using EZPPClient_Installer.Utils;
|
using EZPPClient_Installer.Utils;
|
||||||
using IWshRuntimeLibrary;
|
using IWshRuntimeLibrary;
|
||||||
using System.Windows.Forms.VisualStyles;
|
|
||||||
using Semver;
|
using Semver;
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
@ -24,9 +22,6 @@ using MessageBox = System.Windows.MessageBox;
|
||||||
|
|
||||||
namespace EZPPClient_Installer
|
namespace EZPPClient_Installer
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// Interaction logic for MainWindow.xaml
|
|
||||||
/// </summary>
|
|
||||||
public partial class MainWindow : Window
|
public partial class MainWindow : Window
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,4 @@
|
||||||
using System;
|
namespace EZPPClient_Installer
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Security.Cryptography;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace EZPPClient_Installer
|
|
||||||
{
|
{
|
||||||
class MD5File
|
class MD5File
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user