Beispiel #1
0
        private void 教员信息列表ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TSelectSexForm tSelectSexForm = new TSelectSexForm();

            tSelectSexForm.MdiParent = this;
            tSelectSexForm.Show();
        }
Beispiel #2
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            TSelectSexForm tSelectSexForm = new TSelectSexForm();

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