Beispiel #1
0
        private void JumpToReply(string reply)
        {
            int replyPage = Replies.FindReplyPage(Convert.ToInt32(reply));

            CurrentPage             = replyPage;
            ReplyPager.CurrentIndex = CurrentPage;
        }