public Lobby_Server(Lobby lobbyptr, int port) { lobby_form = lobbyptr; host_port = port; process_packet = new ProcessPacket(lobbyptr, true, this); }