private void buttonJoinConf_Click(object sender, EventArgs e) { FormJoinConferention fJoinConf = new FormJoinConferention(xmpp, mainJid); fJoinConf.Show(); }