LoginFormDispose(Boolean) Method

Releases the unmanaged resources used by the LoginForm and optionally releases the managed resources

Definition

Namespace: (Default Namespace)
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also