Beispiel #1
0
 public void ApplyChange(IntVariable amount)
 {
     value += amount.value;
 }
Beispiel #2
0
 public void SetValue(IntVariable value)
 {
     this.value = value.value;
 }