Beispiel #1
0
 private void SaveSimpleLogEntry(SimpleLogEntryV simpleLogEntry)
 {
     Console.WriteLine("Saved simple");
 }
Beispiel #2
0
 void ILogEntryVisitor.Visit(SimpleLogEntryV simpleLogEntry)
 {
     SaveSimpleLogEntry(simpleLogEntry);
 }