P
Paul
I will be creating multiple VB.NET applications. I want all of the
applications to have some specific global user-defined public constants
and public variables (or objects). I currently have them in a module.
It works and I can easily reuse that module in each of my applications.
But then developers are able to change the module within a specific
application without changing it in the other applications. I want them
to all be the same.
What is the best way to handle this?
applications to have some specific global user-defined public constants
and public variables (or objects). I currently have them in a module.
It works and I can easily reuse that module in each of my applications.
But then developers are able to change the module within a specific
application without changing it in the other applications. I want them
to all be the same.
What is the best way to handle this?