Exemplo n.º 1
0
 void w_EventRaised(object sender, EventWatcherArgs e)
 {
     if (SendLogEvent != null)
     {
         SendLogEvent.Invoke(this, e);
     }
 }
Exemplo n.º 2
0
 void _eventWatchers_SendLogEvent(object sender, EventWatcherArgs e)
 {
     RaiseNscaCheck(e.Level, e.ServiceName, e.Message);
 }
Exemplo n.º 3
0
 void _eventWatchers_SendLogEvent(object sender, EventWatcherArgs e)
 {
     RaiseNscaCheck(e.Level, e.ServiceName, e.Message);
 }
Exemplo n.º 4
0
 void w_EventRaised(object sender, EventWatcherArgs e)
 {
     if (SendLogEvent != null)
         SendLogEvent.Invoke(this, e);
 }