Esempio n. 1
0
        private void DtpConsultaFecha_ValueChanged(object sender, EventArgs e)
        {
            DateTime fecha = dtpFecha.Value;

            dtgDatos.DataSource = servicioService.FiltroFecha(fecha.Month, fecha.Year, cmbConsultaFiltro.Text);
        }