Example #1
0
        public Form_FormasPago()
        {
            this.negocioFormas = new FormasPagoN();

            this.InitializeComponent();

            this.CargarFormas();
        }
Example #2
0
        public Form_ConPago()
        {
            this.negocioConPago = new ConceptoPagoN();

            this.negocioFormas = new FormasPagoN();

            this.negocioCuenta = new Cuentan();

            this.funtions = new Funciones();

            this.InitializeComponent();

            this.CargarConPago();

            this.AutoCompletar();
        }