VAGSuite.frmTransactionLog.RollInformationEventArgs.RollInformationEventArgs C# (CSharp) Method

RollInformationEventArgs() public method

public RollInformationEventArgs ( TransactionEntry entry ) : System
entry TransactionEntry
return System
            public RollInformationEventArgs(TransactionEntry entry)
            {
                this._entry = entry;
            }
frmTransactionLog.RollInformationEventArgs