示例#1
0
        private void viewClassInfoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SectionInfo viewSec = new SectionInfo();

            viewSec.MdiParent = this;
            viewSec.Show();
        }
示例#2
0
        private void classInfoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SectionInfo secInfo = new SectionInfo();

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