public void ProcessLogEntry(LogEntry logEntry)
 {
     logEntry.Accept(this);
 }
Beispiel #2
0
 public void SaveLogEntry(LogEntry logEntry)
 {
     logEntry.Accept(this);
 }