Ejemplo n.º 1
0
 public void ApplyChange(IntVariable amount)
 {
     ApplyChange(amount.Value);
 }
Ejemplo n.º 2
0
 public void SetValue(IntVariable value)
 {
     SetValue(value.Value);
 }