LongoMatch.LogNotifyArgs.LogNotifyArgs C# (CSharp) Method

LogNotifyArgs() public method

public LogNotifyArgs ( LogEntry entry ) : System
entry LogEntry
return System
        public LogNotifyArgs(LogEntry entry)
        {
            this.entry = entry;
        }
LogNotifyArgs