Example #1
0
        public void NextBook()
        {
            bool result = (showEmptyBooks) ? curRef.NextBook() : curRef.NextBook(booksPresentSet);

            if (result)
            {
                UpdateReference();
            }
        }