c# - How to store the classes in the respective folders in Windows application? -



c# - How to store the classes in the respective folders in Windows application? -

i trying create folder in project manage code there seems problem:

namespace windowsformsapplication1.deepak.connect { class clas1 { } }

but don't find folder in main folder(windowsformsapplication1) want create so, solution problem?

in visual studio, click show files icon in solution explorer. right click folder , click include in project

c#

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -