Ejemplo n.º 1
0
 void When(CalendarEntryDescriptionChanged e)
 {
     this.description = e.Description;
 }
Ejemplo n.º 2
0
 void When(CalendarEntryDescriptionChanged e)
 {
     this.description = e.Description;
 }
Ejemplo n.º 3
0
 private void When(CalendarEntryDescriptionChanged e)
 {
     _description = e.Description;
 }