예제 #1
0
 private static void OnLogEntryCreated(ValueEventArgs <LogEntry> e)
 {
     LogEntryCreated?.Invoke(null, e);
 }
예제 #2
0
파일: SyncLogger.cs 프로젝트: PiSim/SAPSync
 public void RaiseLogEntryCreated() => LogEntryCreated?.Invoke(null, new EventArgs());