VAGSuite.frmTransactionLog.RollInformationEventArgs.RollInformationEventArgs C# (CSharp) Méthode

RollInformationEventArgs() public méthode

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