Exemplo n.º 1
0
 internal SCSlideLayout(SCSlideMaster slideMaster, SlideLayoutPart sldLayoutPart)
 {
     _slideMaster    = slideMaster;
     SlideLayoutPart = sldLayoutPart;
     _shapes         = new ResettableLazy <ShapeCollection>(() =>
                                                            ShapeCollection.CreateForSlideLayout(sldLayoutPart.SlideLayout.CommonSlideData.ShapeTree, this));
 }