Skip to content

Commit

Permalink
Fixed duplicate using statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
antiduh committed Jul 8, 2014
1 parent 364a035 commit b65b6c6
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions TestProtocol/CustomServer.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Windows.Forms;
using NSspi;

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
{
private Thread receiveThread;
Expand Down

0 comments on commit b65b6c6

Please sign in to comment.