//构造函数 public ClubAccount(string name) { CustomerName = name; State = new VisitorState(0.0, this); }
public ClubAccount(string name) //构造函数 { CustomerName = name; State = new VisitorState(0.0, this); }