Directory structure of ReportingCloud.Designer
Brought to you by:
flexiblecoder,
pedrofpsimoes
Hello,
can you please reorder the structure of the source files of the ReportingCloud.Designer Project?
Here a example as suggestion for you:
- Create a Folder "Forms" and put all Forms in it
- Create a Folder "Controls" and put all UserControls in it
- Create a Folder "Icons" and put all images (.gif, .ico ...) in it
- Create a Folder "Property" and put all classes that start with "Property..." in it (You can´t make a folder "Properties" - it ist a reserved name)
- Create a Folder "Classes" and put all classes in it
At last open the "Properties\Resources.resx" an change the link from "...\cvs.gif" to "..\Icons\cvs.gif"
This change would be to help to have a better clear view of the project
Thanks
Michael
Excelent sugestion.
I also feel a little scattered code which makes their maintenance more difficult.
I the future (but not for short) it could be a new designer in silverlight and developed with the best practices and more organizing code.