Changeset 15 for Common/RichTextBoxEx.cs


Ignore:
Timestamp:
Jun 18, 2024, 12:15:33 PM (5 months ago)
Author:
chronos
Message:
  • Modified: Updated files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/RichTextBoxEx.cs

    r14 r15  
    319319                LinkMatches = LinkMatches,
    320320                ReadOnly = ReadOnly,
    321                 LinkClick = delegate(string linkText) { LinkClick?.Invoke(linkText); }
     321                LinkClick = linkText => LinkClick?.Invoke(linkText)
    322322            };
    323323            textForm.Controls.Add(richTextBox);
Note: See TracChangeset for help on using the changeset viewer.