Ejemplo n.º 1
0
 private static void OnLogEntryCreated(ValueEventArgs <LogEntry> e)
 {
     LogEntryCreated?.Invoke(null, e);
 }
Ejemplo n.º 2
0
 public void RaiseLogEntryCreated() => LogEntryCreated?.Invoke(null, new EventArgs());