Example #1
0
 public void Save()
 {
     memento = new EditorMemento(mContent);
 }
Example #2
0
 public Editor()
 {
     memento = new EditorMemento(string.Empty);
 }