Exemplo n.º 1
0
 public void NavigationRequested(string url)
 {
     if (_navigateToRecordEvent != null)
     {
         _navigateToRecordEvent.Raise(url);
     }
 }
Exemplo n.º 2
0
 public void JumpToAnnotationTarget()
 {
     _navigateToRecordEventToRaise.Raise(_annotation.RefUnEscaped);
 }