示例#1
0
 public void AddEvent(Event evt)
 {
     evt.Added();
     evts.Add(evt);
     mailService.SendMail("*****@*****.**", "Event Notification", evt.ToString());
     display.ShowEvent(evt);
 }