Ejemplo n.º 1
0
        private void Button1_Click(object sender, EventArgs e)
        {
            userTransition fs = new userTransition();

            this.Hide();
            fs.Show();
        }
Ejemplo n.º 2
0
        private void Label5_Click(object sender, EventArgs e)
        {
            userTransition ut = new userTransition();

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