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