PaulStovell.TrialBalance.UserInterfaceProcesses.LedgerTransactionSavingEventArgs.LedgerTransactionSavingEventArgs C# (CSharp) Méthode

LedgerTransactionSavingEventArgs() public méthode

public LedgerTransactionSavingEventArgs ( LedgerTransaction transaction ) : System
transaction LedgerTransaction
Résultat System
        public LedgerTransactionSavingEventArgs(LedgerTransaction transaction)
            : base()
        {
            _ledgerTransaction = transaction;
        }
LedgerTransactionSavingEventArgs