Beispiel #1
0
        private void bunifuFlatButton10_Click(object sender, EventArgs e)
        {
            frmPassRH p1 = new frmPassRH();

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

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