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