Esempio n. 1
0
 private void Update(EvaluationContext context)
 {
     InputList.TypedDefaultValue.Value = InputList.Value;
     Result.Value = InputList.GetValue(context);
 }
Esempio n. 2
0
 private void Update(EvaluationContext context)
 {
     Result.Value = InputList.GetValue(context);
 }