public void pushState(EditorState stateText) { stateList.Push(stateText); }
public void Restore(EditorState state) { Content = state.GetContent(); }