Пример #1
0
        public List <DataTable> LedgerPopupSearch(String strledgername, String straccountgroupname, decimal decId1, decimal decId2)
        {
            List <DataTable> ListObj = new List <DataTable>();

            try
            {
                ListObj = spAccountLedger.LedgerPopupSearch(strledgername, straccountgroupname, decId1, decId2);
            }
            catch (Exception ex)
            {
                MessageBox.Show("AL25:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
            return(ListObj);
        }