Beispiel #1
0
 void notesControl_SaveNote(object sender, SaveNoteEventArgs e)
 {
     _clientLogic.AddCabNote(e.Note, e.NoteId);
 }