Skip to content

Commit

Permalink
测试加入跳转
Browse files Browse the repository at this point in the history
  • Loading branch information
zzy-life committed Oct 29, 2024
1 parent 4f3a111 commit dcbb03c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Desktop Notes/Desktop Notes/HelpForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Desktop Notes/Desktop Notes/HelpForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs
try { System.Diagnostics.Process.Start("mailto:" + linkLabel1.Text); }
catch { }
}

private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
try { System.Diagnostics.Process.Start("https://" + linkLabel2.Text); }
catch { }
}
}
}

0 comments on commit dcbb03c

Please sign in to comment.