Пример #1
0
        public int GetPageCount()
        {
            try
            {
                return(objroledal.GetPageCount());
            }
            catch (Exception)
            {
                return(0);

                throw;
            }
        }