Exemplo n.º 1
0
 public void HandleJump()
 {
     if (m_link != null)
     {
         m_mediator.PostMessage("FollowLink", m_link);
     }
 }