Ejemplo n.º 1
0
        private void buttonJoinConf_Click(object sender, EventArgs e)
        {
            FormJoinConferention fJoinConf = new FormJoinConferention(xmpp, mainJid);

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