예제 #1
0
 public virtual void OnLinkClick(IClickable c)
 {
     if (c.HasRadar)
     {
         c.OpenDocument();
     }
 }