A
Andy B.
I have a namespace in my project where all of the forms, controls and
related code are that have to do with a particular section of the project.
For example, I have a module, an enum and 5 forms in the namespace called
News. The problem is one of the forms called News has a naming conflict with
the Module also called News. What is the best naming convention for forms
and modules so they don't conflict like that?
related code are that have to do with a particular section of the project.
For example, I have a module, an enum and 5 forms in the namespace called
News. The problem is one of the forms called News has a naming conflict with
the Module also called News. What is the best naming convention for forms
and modules so they don't conflict like that?