Ejemplo n.º 1
0
 public AccountUpdateEventArgs(LiveAccount account)
 {
     Account = account ?? throw new ArgumentNullException(nameof(account));
 }