Beispiel #1
0
        private void 学生信息列表ToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            SelectSexForm selectSexForm = new SelectSexForm();

            selectSexForm.MdiParent = this;
            selectSexForm.Show();
        }
Beispiel #2
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            SelectSexForm selectSexForm = new SelectSexForm();

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