Ejemplo n.º 1
0
        private void ChangePasswordButton_Click(object sender, EventArgs e)
        {
            changePassword childrenForm = new changePassword(stu_sid);

            childrenForm.Owner = this;
            childrenForm.Show();
        }
Ejemplo n.º 2
0
        private void changePassword_Click(object sender, EventArgs e)
        {
            changePassword childrenForm = new changePassword(tch_tid);

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