Ejemplo n.º 1
0
 private void SubmittalDelta_ActivityLogEntryReceived(object sender, ActivityLogEntryReceivedEventArgs e)
 {
     OnNotification(e.Message, e.Exception != null, e.Exception);
 }
Ejemplo n.º 2
0
 private void DeferredJob_ActivityLogEntryReceived(object sender, ActivityLogEntryReceivedEventArgs e)
 {
     OnNotification(e.Message, e.Exception != null, e.Exception);
 }
Ejemplo n.º 3
0
 private void JobDocumentCleanUp_ActivityLogEntryReceived(object sender, ActivityLogEntryReceivedEventArgs e)
 {
     OnNotification(e.Message, e.Exception != null, e.Exception);
 }
Ejemplo n.º 4
0
 private void FacilityInformation_ActivityLogEntryReceived(object sender, ActivityLogEntryReceivedEventArgs e)
 {
     OnNotification(e.Message, e.Exception != null, e.Exception);
 }
 private void HazardousMaterialsInventory_ActivityLogEntryReceived(object sender, ActivityLogEntryReceivedEventArgs e)
 {
     OnNotification(e.Message, e.Exception != null, e.Exception);
 }