VAGSuite.frmTransactionLog.RollInformationEventArgs.RollInformationEventArgs C# (CSharp) Метод

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

public RollInformationEventArgs ( TransactionEntry entry ) : System
entry TransactionEntry
Результат System
            public RollInformationEventArgs(TransactionEntry entry)
            {
                this._entry = entry;
            }
frmTransactionLog.RollInformationEventArgs