Ejemplo n.º 1
0
        public static void Main()
        {
            ServerTCP serverTCP = new ServerTCP();

            serverTCP.OpenServer();

            serverTCP.ShutdownServer();
        }
Ejemplo n.º 2
0
 public static void InitializeServer()
 {
     ServerTCP.InitializeNetwork();
     Console.WriteLine("Server Started!");
 }
 public ServerTCP()
 {
     instance = this;
 }