PlugIn v5 – Introduction
A plugin is a complement that is related to an application to provide new functionality, usually very specific. This add-on is executed by the main application and interacts through the functions and properties that are available.
We have put at your disposal the creation of a small example, step by step, using Visual Studio *.
The website is available with all the .Net documentation, there is also a Github repository where you can find a practical example to start a customization, from where it is possible to download and consult several examples.
To distribute the PlugIn, you have to compress all the necessary files in a ZIP file and use the option of Gestión de archivos de servidor to upload or update it. Once imported, the file will be available to all users who connect.

It is important that the ZIP file is uploaded to the folder PlugIns de empresa. Typically, only the .dll file and the images or icons are needed. Uploading the .pdb or .xml project files is not required. It is important not to add any custom libraries referenced from the Aliquo terminal, as different versions can cause program execution errors.

(*) There is a development version, Visual Studio Community, which can be downloaded for free.