first commit
This commit is contained in:
19
TestDataServer/Program.cs
Normal file
19
TestDataServer/Program.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
|
||||
namespace TestDataServer
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
TestDataServer server = new TestDataServer();
|
||||
|
||||
server.StartListening();
|
||||
|
||||
//server.StopListening();
|
||||
|
||||
server.WaitUntilThreadsClose();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user