Example #1
0
 public override void ApplyChange(BasicTypesVariable <int> newValue)
 {
     Value = newValue.Value;
 }
 public override void ApplyChange(BasicTypesVariable <bool> newValue)
 {
     Value = value && newValue.Value;
 }