Exemple #1
0
        private bool BarcodePriceNotZero(string SelectedID)
        {
            int Result = 0;

            Result = BI.ParcelCodeZeroPrice(SelectedID);
            if (Result == 0)
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }