Deleted unused "using"

This commit is contained in:
Sigmanor 2016-01-10 14:29:54 +02:00
parent a3a88a6b5e
commit a19d6a6852
2 changed files with 0 additions and 7 deletions

View file

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

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Crypto_Notepad