public CommandHandler(Console con, TCPServer server) { this.console = con; this.server = server; }
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; }