Exemplo n.º 1
0
 private void SaveSimpleLogEntry(SimpleLogEntry logEntry)
 {
 }
Exemplo n.º 2
0
 void ILogEntryVisitor.Visit(SimpleLogEntry simpleLogEntry)
 {
     SaveSimpleLogEntry(simpleLogEntry);
 }