diff --git a/FireWalletLite/DomainForm.cs b/FireWalletLite/DomainForm.cs index b0d7248..c734943 100644 --- a/FireWalletLite/DomainForm.cs +++ b/FireWalletLite/DomainForm.cs @@ -1,14 +1,4 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Diagnostics; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; -using DnsClient; +using System.Diagnostics; using FireWallet; using Newtonsoft.Json.Linq; diff --git a/FireWalletLite/FireWalletLite.csproj b/FireWalletLite/FireWalletLite.csproj index e104387..0dd6c3c 100644 --- a/FireWalletLite/FireWalletLite.csproj +++ b/FireWalletLite/FireWalletLite.csproj @@ -17,7 +17,6 @@ - diff --git a/FireWalletLite/MainForm.cs b/FireWalletLite/MainForm.cs index 781c7f3..714c3d2 100644 --- a/FireWalletLite/MainForm.cs +++ b/FireWalletLite/MainForm.cs @@ -1,22 +1,7 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; +using System.Data; using System.Diagnostics; -using System.Drawing; -using System.Linq; -using System.Net; -using System.Net.Security; -using System.Security.Cryptography.X509Certificates; -using System.Security.Cryptography; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; using FireWallet; using Newtonsoft.Json.Linq; -using DnsClient; -using DnsClient.Protocol; -using System.Security.Policy; namespace FireWalletLite { @@ -537,13 +522,6 @@ namespace FireWalletLite notifyForm2.ShowDialog(); notifyForm2.Dispose(); } - - private void button1_Click(object sender, EventArgs e) - { - DomainForm domainForm = new DomainForm(this, "woodburn"); - domainForm.ShowDialog(); - domainForm.Dispose(); - } } public class Batch {