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