/// <summary> /// Connects the client to the server. /// </summary> public void OpenConnection() { chatServer.AddConnection(this); }