Wpf persisting application project in one file
I'm developing some digramming editor in wpf. So in editor you have project, diagrams, elements, connections etc... And now I have to implement load and save for project. I will persist project into one file. So what do you think is the best approach fo开发者_如何学Gor doing this? Serialization?
You can using serialization properties of element in your diagram. See:http://www.codeproject.com/KB/WPF/WPF_DrawTools.aspx
精彩评论