示例#1
0
 private void OnEvent(EventHandler <WindowsServiceEventArgs> handle, WindowsServiceEventArgs e)
 {
     if (handle != null)
     {
         handle(this, e);
     }
 }
示例#2
0
 private void OnEvent(EventHandler<WindowsServiceEventArgs> handle, WindowsServiceEventArgs e)
 {
     if (handle != null)
         handle(this, e);
 }