PaulStovell.TrialBalance.UserInterfaceProcesses.LedgerTransactionSavingEventArgs.LedgerTransactionSavingEventArgs C# (CSharp) Метод

LedgerTransactionSavingEventArgs() публичный Метод

public LedgerTransactionSavingEventArgs ( LedgerTransaction transaction ) : System
transaction LedgerTransaction
Результат System
        public LedgerTransactionSavingEventArgs(LedgerTransaction transaction)
            : base()
        {
            _ledgerTransaction = transaction;
        }
LedgerTransactionSavingEventArgs