예제 #1
0
 public AccountPackage(Account account, string keyword) : base(InformationType.ACCOUNT, keyword)
 {
     SendList = new AccountList();
     SendList.AddNewAccount(account);
 }