Ejemplo n.º 1
0
 public RemoveCharCommand(EditorModel context)
 {
     mContext = context;
 }
Ejemplo n.º 2
0
 public AddTextCommand(string newChar, EditorModel context)
 {
     mNewChar = newChar;
     mContext = context;
 }