public ImageList()
 {
     this.images          = new ImageCollection();
     this.images.Owner    = this;
     this.WasImageSizeSet = false;
 }
 public ImageList()
 {
     this.images = new ImageCollection();
     this.images.Owner = this;
     this.WasImageSizeSet = false;
 }