Esempio n. 1
0
 protected StarRatingEditor(MyImageRating templateControl, string propertyName, bool handleActivationClick)
     : base(templateControl, propertyName, true, handleActivationClick)
 {
 }
Esempio n. 2
0
 public StarRatingEditor(MyImageRating template)
     : this(template, "SelectedValueValue", true)
 {
 }