Esempio n. 1
0
 private void SubmittalDelta_ActivityLogEntryReceived(object sender, ActivityLogEntryReceivedEventArgs e)
 {
     OnNotification(e.Message, e.Exception != null, e.Exception);
 }
Esempio n. 2
0
 private void DeferredJob_ActivityLogEntryReceived(object sender, ActivityLogEntryReceivedEventArgs e)
 {
     OnNotification(e.Message, e.Exception != null, e.Exception);
 }
Esempio n. 3
0
 private void JobDocumentCleanUp_ActivityLogEntryReceived(object sender, ActivityLogEntryReceivedEventArgs e)
 {
     OnNotification(e.Message, e.Exception != null, e.Exception);
 }
Esempio 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);
 }