public InteractiveFeature(PersonalizationFeature feature) : base(feature)
 {
 }
Exemple #2
0
 public PersonalizationFeature(PersonalizationFeature other)
 {
     Name   = other.Name;
     Prompt = other.Prompt;
     Values = other.Values;
 }