I have a problem, I have in the same project the stock and the box, I'm making a screen that allows you to choose between them and depending on the button you tighten it opens one of the two.
However to avoid confusion the BLL2, DAL2, GUI2 and Model2 were made within a Project Folder called the Box.
The issue is that in the code below, I could not figure out how to use Using to say that I'm using GUI2 in that code. As it is inside a folder I did not find a command for it.