Exemple #1
0
        private void changepasswordbtn_Click(object sender, EventArgs e)
        {
            Registration_Form Registration_Form = new Registration_Form();

            Registration_Form.Show();
            this.Hide();
        }
Exemple #2
0
        private void registerbtn_Click(object sender, EventArgs e)
        {
            Registration_Form Registration_Form = new Registration_Form();

            Registration_Form.Show();
            this.Hide();
        }