示例#1
0
 public SaveCommand(ViewModels.NotesViewModel notesViewModel)
 {
     this.notesViewModel = notesViewModel;
 }
 public DeleteCommand(ViewModels.NotesViewModel notesViewModel)
 {
     this.notesViewModel = notesViewModel;
 }
 public EditCommand(ViewModels.NotesViewModel notesViewModel)
 {
     this.notesViewModel = notesViewModel;
 }