How to show classes in Visual Studio 2010 Professional class diagram in NOT nested way? -
i have annoying problem class diagram in visual studio 2010 professional.
here's example:
i have main class called mybaseclass inherited myclass on other hand inherited mycomplexclass written manually in code.
while try run class diagram generator in vs it's presented in nested way in single "block" of class program.
how can make more tree-like(chart) inheritance lines, popular/standard display of class diagram?
Comments
Post a Comment