Example #1
0
 public int OnNotify(UInt32 dwSenderProcessId, ref Guid pguidEventContext)
 {
     if (System.Diagnostics.Process.GetCurrentProcess().Id != dwSenderProcessId)
     {
         _Parent.FireNotification(dwSenderProcessId, ref pguidEventContext);
     }
     return(0);
 }