Пример #1
0
 void When(CalendarEntryDescriptionChanged e)
 {
     this.description = e.Description;
 }
Пример #2
0
 void When(CalendarEntryDescriptionChanged e)
 {
     this.description = e.Description;
 }
Пример #3
0
 private void When(CalendarEntryDescriptionChanged e)
 {
     _description = e.Description;
 }