コード例 #1
0
 public Account()
 {
     State = new SilverState(decimal.Zero, this);
 }
コード例 #2
0
ファイル: Account.cs プロジェクト: ryanwentzel/DesignPatterns
 public Account()
 {
     State = new SilverState(decimal.Zero, this);
 }