Example #1
0
 private void buttonJoinConf_Click(object sender, EventArgs e)
 {
     FormJoinConferention fJoinConf = new FormJoinConferention();
     fJoinConf.Show();
 }
Example #2
0
        private void buttonJoinConf_Click(object sender, EventArgs e)
        {
            FormJoinConferention fJoinConf = new FormJoinConferention();

            fJoinConf.Show();
        }