frmPaymentEntrySetGrid Method

Create the payment grid with all charges and their amounts due

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private void SetGrid(
	Grid grd,
	PaymentEntries[] payments
)

Parameters

grd  Grid
The grid object
payments  PaymentEntries
Array of payment entry objects that contains the charges

See Also