private void btnSelecionar_Click(object sender, EventArgs e) { this.Hide(); CadastrarPropriedade cadastrarPropriedade = new CadastrarPropriedade(txtCpf.Text); cadastrarPropriedade.Show(); }
private void btnVoltar_Click(object sender, EventArgs e) { CadastrarPropriedade cadastrarPropriedade = new CadastrarPropriedade(); cadastrarPropriedade.Show(); this.Hide(); }