Exemplo n.º 1
0
 internal void OnDTFMIndication(DTFMEventArgs e) {
     if (DTFMIndication != null) {
         try {
             DTFMIndication(this, e);
         } catch (Exception ex) {
             Trace.TraceError("CapiApplication#{0}::OnDTFMIndication, Exception = {1}", ValidationHelper.HashString(this), ex);
         }
     }
 }
Exemplo n.º 2
0
 internal void OnDTFMIndication(DTFMEventArgs e)
 {
     if (DTFMIndication != null)
     {
         try {
             DTFMIndication(this, e);
         } catch (Exception ex) {
             Trace.TraceError("CapiApplication#{0}::OnDTFMIndication, Exception = {1}", ValidationHelper.HashString(this), ex);
         }
     }
 }