コード例 #1
0
ファイル: AboutBox.cs プロジェクト: thegrapesofwrath/ASCOM
 private void NavigateToWebPage(object sender, EventArgs e)
 {
     WindowUtils.NavigateToWebDestination(sender);
 }
コード例 #2
0
 private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     WindowUtils.NavigateToWebDestination(sender);
 }