예제 #1
0
 public VCalendarReader(Stream stream)
     : base(stream)
 {
     this._vcal   = new VCalendar();
     this._vevent = new VEvent();
 }