1

in VS2010 Class Designer is it possible to specify namespace / folder for classes to go?

I created a design in a subdirectory however the classes seem to go into the root, and I can't see how to specific a folder or namespace?

Is the designer meant to be a one way or roundtrip tool?

Greg
  • 34,042
  • 79
  • 253
  • 454

1 Answers1

0

this shows how to do it from a test-driven development perspective

Link

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
JDG
  • 16