Example #1
0
File: MainForm.cs Project: Gqqq/-
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            AddStudentsForm asf = new AddStudentsForm();

            asf.Owner = this;
            asf.Show();
        }
Example #2
0
File: MainForm.cs Project: Gqqq/-
        private void 新建XToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AddStudentsForm asf = new AddStudentsForm();

            asf.Owner = this;
            asf.Show();
        }