private void button1_Click(object sender, EventArgs e) { login.Email = txtEmail.Text; login.Senha = txtSenha.Text; clsMetodosBanco banco = new clsMetodosBanco(); banco.CadastrarLogin(login); login.Logado = true; this.Dispose(); }