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