Changeset 15 for Common/RichTextBoxEx.cs
- Timestamp:
- Jun 18, 2024, 12:15:33 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/RichTextBoxEx.cs
r14 r15 319 319 LinkMatches = LinkMatches, 320 320 ReadOnly = ReadOnly, 321 LinkClick = delegate(string linkText) { LinkClick?.Invoke(linkText); }321 LinkClick = linkText => LinkClick?.Invoke(linkText) 322 322 }; 323 323 textForm.Controls.Add(richTextBox);
Note:
See TracChangeset
for help on using the changeset viewer.