Beispiel #1
0
 public void Push(EditorState editorState)
 {
     this.States.Push(editorState);
 }
Beispiel #2
0
 public void Restore(EditorState state)
 {
     Content = state.Content;
 }
Beispiel #3
0
 public void Push(EditorState state)
 {
     _states.Add(state);
 }