Esempio n. 1
0
        public void AddSlide(IMDSlide slide)
        {
            if (this.Sections.Count == 0)
              {
            this.StartNewSection(true);
              }

              this.Sections.Last().AddSlide(slide);
        }
Esempio n. 2
0
        public void AddSlide(IMDSlide slide)
        {
            if (this.Sections.Count == 0)
            {
                this.StartNewSection(true);
            }

            this.Sections.Last().AddSlide(slide);
        }
Esempio n. 3
0
 internal void AddSlide(IMDSlide slide)
 {
     this.Slides.Add(slide);
 }
Esempio n. 4
0
 internal void AddSlide(IMDSlide slide)
 {
     this.Slides.Add(slide);
 }