Ejemplo n.º 1
0
 private void RichCreditsBox_LinkClicked(object sender, System.Windows.Forms.LinkClickedEventArgs e)
 {
     if (null != e.LinkText && e.LinkText.StartsWith("http://"))
     {
         PdnInfo.OpenUrl(this, e.LinkText);
     }
 }