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