コード例 #1
0
ファイル: NotesController.cs プロジェクト: niwrA/CommandBlog
 private void AddCommand(INoteCommand noteCommand, INoteViewModel note)
 {
     AllCommands.Insert(0, noteCommand);
     DisplayCommands.Insert(0, noteCommand);
     note.Commands.Insert(0, noteCommand);
 }