コード例 #1
0
ファイル: Program.cs プロジェクト: saeidghoreshi/partition1
 public void Visit(BankAccount b)
 {
     Amount += b.amount+b.interest;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: saeidghoreshi/partition1
 public void Visit(BankAccount b)
 {
     total += b.amount;
 }