|
Hello,
I developped my own designer. Everything is fine excepted the saving.
I overrided the CodeDomDesignerLoader and I can compile and run the form created in my designer. However, I would like to save the design. How can I serialize in xml and deserialize my work? I mean the design Time to allow the user to go on the design of his form.
In the sample http://msdn.microsoft.com/fr-fr/magazine/cc163634(en-us).aspx it uses only basicDesignerLoader or only CodeDomDesignerLoader but never both.
How can I do that?
Thank you
|