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

            if (result)
            {
                UpdateReference();
            }
        }