Tagged Questions
0
votes
3answers
125 views
How to create default instances of the memento in a Memento Pattern?
I use the Memento Pattern to save properties of a multi-instance form, where n forms are created by user inside a parent form. The purpose of the memento is to regain the same number of forms, and ...