protected ImageWidget(ImageWidget other) : base(other) { ImageName = other.ImageName; GetImageName = other.GetImageName; ImageCollection = other.ImageCollection; GetImageCollection = other.GetImageCollection; }
protected ImageWidget(ImageWidget other) : base(other) { ClickThrough = other.ClickThrough; ImageName = other.ImageName; GetImageName = other.GetImageName; ImageCollection = other.ImageCollection; GetImageCollection = other.GetImageCollection; }