Ejemplo n.º 1
0
 void When(CalendarEntryParticipantUninvited e)
 {
     this.invitees.Remove(e.Participant);
 }
Ejemplo n.º 2
0
 void When(CalendarEntryParticipantUninvited e)
 {
     this.invitees.Remove(e.Participant);
 }
Ejemplo n.º 3
0
 private void When(CalendarEntryParticipantUninvited e)
 {
     _invitees.Remove(e.Participant);
 }