Пример #1
0
        public void PrevVerse()
        {
            bool result = (showEmptyBooks) ? curRef.PreviousVerse() : curRef.PreviousVerse(booksPresentSet);

            if (result)
            {
                UpdateReference();
            }
        }