Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
I hit error
Constructor on type 'JK.Payment.UI.Windows.Forms.PaymentForm' not found.
However, as the code I posted, it works if I use the code below
//Workign OK
Payment.UI.Windows.Forms.PaymentForm loForm = new PaymentForm(new object[]
{ JK.Payment.Enums.TxnType.Sale, salesBO.SaleNo, salesBO.Total });
|