Example #1
0
        private void CargarGrid()
        {
            TipoIntimacionImplement oTipoIntimidacionImplement = new TipoIntimacionImplement();

            this.dgvTipoIntimacion.DataSource = oTipoIntimidacionImplement.Buscar("");
            this.dgvTipoIntimacion.Enabled    = true;
        }
 private void CargarGrid()
 {
     TipoIntimacionImplement oTipoIntimidacionImplement = new TipoIntimacionImplement();
     this.dgvTipoIntimacion.DataSource = oTipoIntimidacionImplement.Buscar("");
     this.dgvTipoIntimacion.Enabled = true;
 }