Example #1
0
        /// <summary>
        /// Function to view Tax for Selection
        /// </summary>
        /// <returns></returns>
        public List <DataTable> TaxViewAllForTaxSelection()
        {
            List <DataTable> ListObj = new List <DataTable>();

            try
            {
                ListObj = spTax.TaxViewAllForTaxSelection();
            }
            catch (Exception ex)
            {
                MessageBox.Show("TBLL1:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }

            return(ListObj);
        }