Ejemplo n.º 1
0
 private void Paddle_TransactionBeginEvent(object sender, TransactionBeginEventArgs e)
 {
 }
Ejemplo n.º 2
0
 private void PaddleCheckoutForm_TransactionBeginEvent(object sender, TransactionBeginEventArgs e)
 {
     returnText.Text += "Transaction Begin\n";
 }
Ejemplo n.º 3
0
 //-------------------------------------------------------------------
 private void Paddle_CheckoutBeginEvent(object sender, TransactionBeginEventArgs e)
 {
     debug_print(e.ToString());
 }
Ejemplo n.º 4
0
 private void CheckoutControl_TransactionBeginEvent(object sender, TransactionBeginEventArgs e)
 {
 }