diff --git a/Crypto Notepad/PortableSettingsProvider.cs b/Crypto Notepad/PortableSettingsProvider.cs index 1afe14b..31aa545 100644 --- a/Crypto Notepad/PortableSettingsProvider.cs +++ b/Crypto Notepad/PortableSettingsProvider.cs @@ -1,12 +1,8 @@ using System; using System.Collections; -using System.Collections.Generic; -using System.Text; using System.Configuration; -using System.Configuration.Provider; using System.Windows.Forms; using System.Collections.Specialized; -using Microsoft.Win32; using System.Xml; using System.IO; diff --git a/Crypto Notepad/Program.cs b/Crypto Notepad/Program.cs index a9b8efb..cc87bfa 100644 --- a/Crypto Notepad/Program.cs +++ b/Crypto Notepad/Program.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; using System.Windows.Forms; namespace Crypto_Notepad