예제 #1
0
        public void PrevBookmark()
        {
            IBookmarkBuffer markBuffer = GetContent <IBookmarkBuffer> ();

            Debug.Assert(markBuffer != null);
            markBuffer.PrevBookmark();
        }
예제 #2
0
 public void PrevBookmark()
 {
     if (bookmarkBuffer != null)
     {
         bookmarkBuffer.PrevBookmark();
     }
 }