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