Ejemplo n.º 1
0
        private void createaccount_Click_1(object sender, EventArgs e)
        {
            SIGNUP sg = new SIGNUP();

            sg.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            SIGNUP li = new SIGNUP();

            li.Show();
            this.Hide();
        }
Ejemplo n.º 3
0
        private void button1_Click(object sender, EventArgs e)
        {
            SIGNUP sg = new SIGNUP();

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