예제 #1
0
 void When(CalendarEntryRescheduled e)
 {
     this.timeSpan   = e.TimeSpan;
     this.repetition = e.Repetition;
     this.alarm      = e.Alarm;
 }
예제 #2
0
 void When(CalendarEntryRescheduled e)
 {
     this.timeSpan = e.TimeSpan;
     this.repetition = e.Repetition;
     this.alarm = e.Alarm;
 }
예제 #3
0
 private void When(CalendarEntryRescheduled e)
 {
     _timeSpan   = e.TimeSpan;
     _repetition = e.Repetition;
     _alarm      = e.Alarm;
 }