Ejemplo n.º 1
0
 public AccountNode(Account account)
     : base(account.ToNumberAdrOwnerNameString())
 {
     base.set_Tag(account);
 }