frmTransactionEntrySetGrid Method

Create the payment grid with all charges and their amounts due

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private void SetGrid(
	Grid grd,
	Transactiontemp[] transactions
)

Parameters

grd  Grid
The grid object
transactions  Transactiontemp
Array of payment entry objects that contains the charges

See Also