Exemple #1
0
 public SlideView(SlideView src)
     : this(src.Slide, src.GetPosition())
 {
     this._isLocked = src._isLocked;
     this.EnableShading = true;
 }