Пример #1
0
 public void Restore(EditorState editorState)
 {
     Content = editorState.Content;
 }
Пример #2
0
 public void Push(EditorState editorState)
 {
     states.Add(editorState);
 }