Esempio n. 1
0
 protected void OnPreAuthChanged(POSPayment payment, PreAuthAction action)
 {
     if (PreAuthListChange != null)
     {
         PreAuthListChange(payment, action);
     }
 }
Esempio n. 2
0
 protected void OnPreAuthChanged(POSPayment payment, PreAuthAction action)
 {
     if (PreAuthListChange != null)
     {
         PreAuthListChange(payment, action);
     }
 }