For easier viewing download the code on the my code page or copy and paste into your IDE.
using System;
namespace Capstone_Networking_Project_Test_0
{
class Program
{
static void Main(string[] args)
{
Track_Data track = new Track_Data();
Console.Title = "Server";
Server server = new Server();
}
}
}