Пример #1
0
 /// <summary>
 /// This is broadcast after a link is followed. It allows us to set up the desired filter
 /// etc. even if the desired tool was already active.
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public bool OnLinkFollowed(object args)
 {
     SetupLinkScripture();
     return(m_browseViewer.FollowLink(args));
 }