C# Class PaulStovell.TrialBalance.DomainModel.AccountEventArgs

Event arguments for events that involve an Account.
Inheritance: System.EventArgs
Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Méthode Description
AccountEventArgs ( Account account ) : System

Constructor.

Method Details

AccountEventArgs() public méthode

Constructor.
public AccountEventArgs ( Account account ) : System
account Account The account to create.
Résultat System