示例#1
0
 private void CheckFactory(AccountFactory account)
 {
     if (account.Equals(null))
     {
         throw new ArgumentException("Factory can't be null!");
     }
 }