private void FrmEstadisticasAtencionesSis_Load(object sender, EventArgs e) { CargarCboTipoEstadistica(); FuncionesBases.CargarCboRegion(cboRegion); FuncionesBases.CargarCboGrupoCategoria(cboCategoria); CargarCboMecanismoFinanciamiento(); cboRegion.Enabled = false; cboCategoria.Enabled = false; dtpFechaProduccionDesde.Enabled = false; dtpFechaProduccionHasta.Enabled = false; btnLimpiarFechaProduccionDesde.Enabled = false; btnLimpiarFechaProduccionHasta.Enabled = false; this.cboTipoEstadistica.SelectedValueChanged += new System.EventHandler(this.cboTipoEstadistica_SelectedValueChanged); }