Add .exe reference
Today I'm exploring how to encapsulate .exe files to a dll and inherit it from my new screen. I'm doing this for a purpose I don't have to customize the Solomon's screen from a customization tools. I prefer customize it from Visual Studio to Customization tools.
The theory is not difficult to understand, I just add it as a reference, and done. But why I could not import the Solomon's screens into my new screen? When I added it as a reference, the Solomon's screen could not be loaded in Imports function. I also could not inherit it. Does Solomon protect it?