lunes, 9 de junio de 2014

logo de la impresora fiscal

 public frmMainForm()
        {
            System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo(_myMainFormCtrl.MyUtil.CultureInfo);

           
            InitializeComponent();
           
            this._myServiDataProduct = new ServiceDataPlu();
            this._myServiDataFooter = new ServiceDataFoot();
            this._myServiDataHeader = new ServiceDataHead();
            this._myServiDataCountry = new ServiceDataCountry();
            this.QuantityLine = 1.00;
            this.AmountPayment = 0.00;
            this.TotalAmount = 0.00;
            this.TypeDocFiscal = 0;

            ///Nuevo
            //_myMainFormCtrl._myLogoInfo.MytbrBrightness = this.tbrBrightness;
            //_myMainFormCtrl._myLogoInfo.MytbrZoom = this.tbrZoom;
            _myMainFormCtrl._myLogo.tbrBrilloLogo = this.tbrBrightness;
            _myMainFormCtrl._myLogo.tbrZoomLogo = this.tbrZoom;
        }

No hay comentarios: