Exemplo n.º 1
0
 public void restore(EditorState state)
 {
     content  = state.Content;
     fontName = state.FontName;
     fontSize = state.FontSize;
 }
Exemplo n.º 2
0
 public void push(EditorState state)
 {
     states.Add(state);
 }