PaulStovell.TrialBalance.UserInterfaceProcesses.LedgerTransactionSavingEventArgs.LedgerTransactionSavingEventArgs C# (CSharp) 메소드

LedgerTransactionSavingEventArgs() 공개 메소드

public LedgerTransactionSavingEventArgs ( LedgerTransaction transaction ) : System
transaction LedgerTransaction
리턴 System
        public LedgerTransactionSavingEventArgs(LedgerTransaction transaction)
            : base()
        {
            _ledgerTransaction = transaction;
        }
LedgerTransactionSavingEventArgs