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