Ejemplo n.º 1
0
 //set income tho the calulated worth of all owned properties
 public void SetIncome()//after each change
 {
     income = PropertyManager.CalculateIncome() + extraincome;
 }