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
Post a Comment