예제 #1
0
 public override void VisitPropertyValue(ResolvedPropertyValue propertyValue)
 {
     SetPropertyValue(controlName, propertyValue.Property, propertyValue.Value);
     base.VisitPropertyValue(propertyValue);
 }
예제 #2
0
 public virtual void VisitPropertyValue(ResolvedPropertyValue propertyValue)
 {
     DefaultVisit(propertyValue);
 }