Hello!
Is there some way to create some kind of "functions" (reusable pieces of C# code chunks) in ZP project.
In other words, I want to describe some logic in one place (by creating C# macros) and then use it in multiple places of my project.
Now I just copy-paste this macros everywhere, but when I need to change logic, I must change it in all places. It is inconvenient.
Is there some way to create some kind of "functions" (reusable pieces of C# code chunks) in ZP project.
In other words, I want to describe some logic in one place (by creating C# macros) and then use it in multiple places of my project.
Now I just copy-paste this macros everywhere, but when I need to change logic, I must change it in all places. It is inconvenient.