Example #1
0
File: Note.cs Project: zonaid/ncqrs
 protected void OnNoteChange(NoteChanged e)
 {
     NoteText = e.NewNoteText;
 }
Example #2
0
 protected void OnNoteChange(NoteChanged e)
 {
     NoteText = e.NewNoteText;
 }