Ejemplo n.º 1
0
        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            CadastreSe cad = new CadastreSe();

            cad.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            CadastreSe cad = new CadastreSe();

            cad.Show();
            this.Hide();
        }
Ejemplo n.º 3
0
        private void btnCadastreSe_Click(object sender, EventArgs e)
        {
            CadastreSe cad = new CadastreSe();

            cad.Show();
        }
Ejemplo n.º 4
0
        private void btnCadastrar_Click(object sender, EventArgs e)
        {
            CadastreSe cad = new CadastreSe(this.getUserForLogin);

            cad.Show();
        }
Ejemplo n.º 5
0
        private void buttonCadastrar_Click(object sender, EventArgs e)
        {   //Aquii é o botao que chama o cadastro
            CadastreSe cad = new CadastreSe();

            cad.Show();
        }