public void AddSlide(IMDSlide slide) { if (this.Sections.Count == 0) { this.StartNewSection(true); } this.Sections.Last().AddSlide(slide); }
internal void AddSlide(IMDSlide slide) { this.Slides.Add(slide); }