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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -