public frmDetalleConsecutivo(int id)
 {
     InitializeComponent();
     serviciosFACTURACONSECUTIVO        = (ServiciosFACTURACONSECUTIVO)Configurador.ConfigurarServicio(typeof(ServiciosFACTURACONSECUTIVO));
     serviciosFacturaconsecutivodetalle = (ServiciosFacturaconsecutivodetalle)Configurador.ConfigurarServicio(typeof(ServiciosFacturaconsecutivodetalle));
     getFacturaConsecutivo(id);
 }
 public frmGestionConsecutivosFactura()
 {
     InitializeComponent();
     serviciosSQL = (ServiciosSQL)Configurador.ConfigurarServicio(typeof(ServiciosSQL));
     serviciosFACTURACONSECUTIVO        = (ServiciosFACTURACONSECUTIVO)Configurador.ConfigurarServicio(typeof(ServiciosFACTURACONSECUTIVO));
     serviciosFacturaconsecutivodetalle = (ServiciosFacturaconsecutivodetalle)Configurador.ConfigurarServicio(typeof(ServiciosFacturaconsecutivodetalle));
     setColumnaDetalle();
     getDetalleRangos();
 }
Exemple #3
0
 public frmCrearConsecutivo()
 {
     InitializeComponent();
     serviciosFACTURACONSECUTIVO = (ServiciosFACTURACONSECUTIVO)Configurador.ConfigurarServicio(typeof(ServiciosFACTURACONSECUTIVO));
 }