示例#1
0
 public void push(EditorState state)
 {
     states.Push(state);
 }
示例#2
0
 public void restore(EditorState state)
 {
     Content = state.Content;
 }