Ejemplo n.º 1
0
        private void VerImoveis_Load(object sender, EventArgs e)
        {
            CrudImovel crudImovel = new CrudImovel(inicio);

            crudImovel.exibir(dgvImovel);
            rbCidade.Checked   = true;
            rbAlugados.Checked = true;
        }
Ejemplo n.º 2
0
        private void btnDesfazer2_Click(object sender, EventArgs e)
        {
            CrudImovel crudImovel = new CrudImovel(inicio);

            crudImovel.exibir(dgvImovel);

            OutrasFuncionalidades funcionalidades = new OutrasFuncionalidades();

            funcionalidades.desfazerMostrarImovel();
        }
Ejemplo n.º 3
0
        private void button1_Click(object sender, EventArgs e)
        {
            CrudImovel crudImovel = new CrudImovel(inicio);

            crudImovel.exibir(dgvImovel);
        }