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

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

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