Commit 6402eaa
committed
Add "Read more" link for Trusted Signing documentation
Introduced a new "Read more" link in the UI to provide users
with quick access to Microsoft Learn documentation on Trusted
Signing. Added a static string for the documentation URL in
`Globals.cs`. Updated `MainForm.Designer.cs` to include the
`linkLabelReadMoreTrustedSigning` control and its properties.
Implemented the `linkLabelReadMoreTrustedSigning_LinkClicked`
event handler in `MainForm.cs` to open the URL, log user
interaction, and handle potential errors with appropriate
messages and logging. These changes enhance user experience
and improve accessibility to relevant resources.1 parent 6418fef commit 6402eaa
3 files changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3240 | 3240 | | |
3241 | 3241 | | |
3242 | 3242 | | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
| 3246 | + | |
| 3247 | + | |
| 3248 | + | |
| 3249 | + | |
| 3250 | + | |
| 3251 | + | |
| 3252 | + | |
| 3253 | + | |
| 3254 | + | |
| 3255 | + | |
| 3256 | + | |
| 3257 | + | |
| 3258 | + | |
| 3259 | + | |
| 3260 | + | |
| 3261 | + | |
3243 | 3262 | | |
3244 | 3263 | | |
0 commit comments