Y
Yehia A.Salam
Hello,
I got confused with all the folders generated by VS and the way it handles
namespaces, my project simply consists of a control library and an
application that uses it, my namespaces is like that:
so in the control library I used this namespace:
namespace Xeen {
namespace UI{
public class ListBoxEx { ...
and in my application
namespace Xeen {
public partial class Form1 : Form {
is this the right to handle the project structure, and how should I organize
my folders, do I place the control library in the main application folder or
in a separate folder?
Yehia A.Salam
I got confused with all the folders generated by VS and the way it handles
namespaces, my project simply consists of a control library and an
application that uses it, my namespaces is like that:
so in the control library I used this namespace:
namespace Xeen {
namespace UI{
public class ListBoxEx { ...
and in my application
namespace Xeen {
public partial class Form1 : Form {
is this the right to handle the project structure, and how should I organize
my folders, do I place the control library in the main application folder or
in a separate folder?
Yehia A.Salam