This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
Releases: lutz/CitaviAddOnEx
Releases · lutz/CitaviAddOnEx
Add OnAfterPerformingCommand logic
Updates
Add fluent methods
Add support for fluent methods
Change project handling
Changes
- #1
Notes
This version use reflection for getting the Citavi project when the AddOnHostingForm Type is derived by FormBase
which has no Project
property like the subclass ProjectShellForm
.
Change OnFormClosed handling
- change OnFormClosed logic by handling over FormClosed event instead of Application.OpenForms custom event handler
- update version number
initial release
v1.0 init