Fixed duplicate using statements.

This commit is contained in:
antiduh
2014-07-08 19:06:03 +00:00
parent 364a035592
commit b65b6c6abe

View File

@@ -1,22 +1,12 @@
using System; using System;
using System.Collections.Generic; using System.Net;
using System.Linq; using System.Net.Sockets;
using System.Text; using System.Threading;
using System.Threading.Tasks; using System.Windows.Forms;
using NSspi;
namespace TestProtocol namespace TestProtocol
{ {
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using NSspi;
public class CustomServer public class CustomServer
{ {
private Thread receiveThread; private Thread receiveThread;