示例#1
0
        private void EducationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            EducationFrm edcfrm = new EducationFrm();

            edcfrm.Show();
        }
示例#2
0
        private void Btn_main_education_Click(object sender, EventArgs e)
        {
            EducationFrm edctfrm = new EducationFrm();

            edctfrm.ShowDialog();
        }