Exemple #1
0
        void pageToDataTable( )
        {
            int count = _bll.getCount(strWhere);

            userControl11.DrawCount(count);
            pageByChange( );
        }