コード例 #1
0
 public override void ApplyChange(BasicTypesVariable <int> newValue)
 {
     Value = newValue.Value;
 }
コード例 #2
0
 public override void ApplyChange(BasicTypesVariable <bool> newValue)
 {
     Value = value && newValue.Value;
 }