private void button7_Click(object sender, EventArgs e) { requestHandlerMD.iAmReady(); //Update Lobbies state button9_Click(null, null); // Hook up the Elapsed event for the timer. timerForLobby.Start(); }