frmBankReconciliationfrmBankReconciliation_Closed Method

Event handler. Called by frmBankReconciliation for closed events.

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private void frmBankReconciliation_Closed(
	Object sender,
	EventArgs e
)

Parameters

sender  Object
Source of the event.
e  EventArgs
Event information.

Remarks

Mike, 2017-03-07.

See Also