2
I have a problem,I have in the same project the stock and the box,I am making a screen that allows you to choose between them and depending on the button you press it opens one of the two.
However to avoid confusion BLL2, DAL2, GUI2 and Modelo2 were made inside a Project Folder called Box.
The point is that in the following code,I was unable to identify how to use Using to say that I am using GUI2 in this code. As it is inside a Folder I did not find command for such.
These numbered names are already made to create confusion. Actually I can not say well where the problem is, because there is not enough information in the question to identify. Where is the
frmPrincipal2
? The problem is in him. It’s inGUI2
? This namespace exists in this project? Fezusing GUI2
? If it does not exist in this one, is the project where it exists referenced in this one? Is it the case of having this separation even? It seems to me that it is generating more confusion when the intention was to decrease.– Maniero