Пример #1
0
        private void btnAddNew_Click(object sender, EventArgs e)
        {
            frmStudentRegistration objStudentRegistration = new frmStudentRegistration();
            objStudentRegistration.MdiParent = this.MdiParent;
            objStudentRegistration.Show();

            this.Hide();
        }
Пример #2
0
        private void btnAddNew_Click(object sender, EventArgs e)
        {
            frmStudentRegistration objStudentRegistration = new frmStudentRegistration();

            objStudentRegistration.MdiParent = this.MdiParent;
            objStudentRegistration.Show();


            this.Hide();
        }