Ejemplo n.º 1
0
 public void EventAdd(DayInHistory dayInHistory)
 {
     throw new NotImplementedException();
 }
 public string GetHistory(DayInHistory selectedDayInHistory)
 {
     return(selectedDayInHistory.BriefDescription);
 }