What is the correct approach for this issue?
I have indicator A which depends from indicator B. Indicators C,D,E depend on A so if I remove A then I get compilation error.
I am exporting the indicator open source B without any problems.
At the moment of importing I get conflicts with open source B if import the protected B because it is identical thus the DLL doesn’t get imported.
If I try to remove open source code B in order to import protected B then I get compilation error and the DLL doesn’t get imported.
I cannot temporarily remove B otherwise C and D start complaining.
There must be a simple solution for this. Which one is?
Is my brain frozen that I cannot see an easy solution?