开发者

Wpf persisting application project in one file

开发者 https://www.devze.com 2023-03-10 02:35 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消