示例#1
0
 public void OnInvestmentPurchased(Investment investment)
 {
     Cash -= investment.Cost;
     investment.AddShare();
 }