private void bunifuFlatButton10_Click(object sender, EventArgs e) { frmPassRH p1 = new frmPassRH(); p1.Show(); this.Hide(); }
private void pictureBox10_Click(object sender, EventArgs e) { frmPassRH t1 = new frmPassRH(); t1.Show(); this.Hide(); }