private void 在线答题ToolStripMenuItem_Click(object sender, EventArgs e) { SelecteQuestionForm selecteQuestionForm = new SelecteQuestionForm(); selecteQuestionForm.MdiParent = this; selecteQuestionForm.Show(); }
private void toolStripButton2_Click(object sender, EventArgs e) { SelecteQuestionForm selecteQuestionForm = new SelecteQuestionForm(); selecteQuestionForm.MdiParent = this; selecteQuestionForm.Show(); }