Wednesday, March 17, 2021

 

Code extensions

You can extend source code in 3 ways:

  • By subscribing to events (framework events and delegates)
  • By writing plug-ins.
  • By creating class extensions (aka class Augmentation), see section below.

No comments:

Post a Comment