Forum Discussion
Hatemyak
Aug 28, 2024Copper Contributor
How to create a customer plugin using dotnet 6.0
Hi,
I implement a base application ( a standard app), now i want to create a customer plugin inherited from the base app,
My goal is to linked between there and implement the new features in the customer plugin without touch the base app.
Thanks
- rajeshviCopper ContributorInherit from that class or create a partial class