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