Esempio n. 1
0
 public void AddImage(WzImage img)
 {
     img.Parent = this;
     this.images.Add(img);
 }