Ejemplo n.º 1
0
        void numTy_Gia_Leave(object sender, EventArgs e)
        {
            if (this.txtMa_Tte.Text.Trim() == Element.sysMa_Tte && this.numTy_Gia.Value == 0)
            {
                this.numTy_Gia.Value = 1;
            }

            Voucher.Update_Detail(this);
            Voucher.Calc_Tien_All(this);
            Voucher.Calc_Tien_Von_All(this);
        }