コード例 #1
0
 public Account(string owner)
 {
     this.Owner = owner;
     State      = new SilverState(0.00, this);
 }
コード例 #2
0
 public Account(string owner)
 {
     State = new SilverState(0, this);
     Owner = owner;
 }