コード例 #1
0
 public RemoveCharCommand(EditorModel context)
 {
     mContext = context;
 }
コード例 #2
0
 public AddTextCommand(string newChar, EditorModel context)
 {
     mNewChar = newChar;
     mContext = context;
 }