Example #1
0
        private void VerImoveis_Load(object sender, EventArgs e)
        {
            CrudImovel crudImovel = new CrudImovel(inicio);

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

            crudImovel.exibir(dgvImovel);

            OutrasFuncionalidades funcionalidades = new OutrasFuncionalidades();

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

            crudImovel.exibir(dgvImovel);
        }