Exemple #1
0
 public CommandHandler(Console con, TCPServer server)
 {
     this.console = con;
     this.server  = server;
 }
Exemple #2
0
        public bool on = true; //for closing the app

        public CommandHandler(Console con, TCPServer server, NetworkStream clientStream)
        {
            this.clientStream = clientStream;
            this.console      = con;
            this.server       = server;
        }