Example #1
0
 protected override void SaveInfo()
 {
     base.SaveInfo();
     attributeValues.Insert(0, timeValidator.GetEndTime());
     attributeValues.Insert(0, timeValidator.GetStartTime());
     item = new Event(dateValidator.GetDate(), eventGroup.GetValue(), colorGroup.GetValue(), attributeValues);
 }