示例#1
0
        private void 在线答题ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SelecteQuestionForm selecteQuestionForm = new SelecteQuestionForm();

            selecteQuestionForm.MdiParent = this;
            selecteQuestionForm.Show();
        }
示例#2
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            SelecteQuestionForm selecteQuestionForm = new SelecteQuestionForm();

            selecteQuestionForm.MdiParent = this;
            selecteQuestionForm.Show();
        }