Ejemplo n.º 1
0
 public override BaseItem Copy()
 {
     RatingItem objCopy = new RatingItem();
     objCopy.Name = this.Name;
     this.CopyToItem(objCopy);
     return objCopy;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the RatingImages class.
 /// </summary>
 internal RatingImages(RatingItem parentItem)
 {
     _Parent = parentItem;
 }