private void habilitaFiltros(EOpcionReporteDiario iEstadoReporte, bool estado) { tipoReporte = iEstadoReporte; this.cboFichadora.IsEnabled = estado; this.dtpFin.IsEnabled = estado; }
private void rbtPagoFichadora_Checked(object sender, RoutedEventArgs e) { tipoReporte = this.rbtPagoFichadora.IsChecked.Value ? EOpcionReporteDiario.REPORTE_PAGO_FICHADORA : 0; }