private void AddStaffImgBtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            CreateStudentAccount sacc = new CreateStudentAccount();

            sacc.ShowDialog();
        }
Exemplo n.º 2
0
        private void Button13_Click(object sender, EventArgs e)
        {
            CreateStudentAccount creAcc = new CreateStudentAccount();

            this.Hide();
            creAcc.ShowDialog();
        }