Click or drag to resize

MDIContainerDispose Method (Boolean)

Clean up any resources being used.

Namespace:  Mcc.Series.Main.Emr
Assembly:  Mcc.Series.Main.Emr (in Mcc.Series.Main.Emr.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if managed resources should be disposed; otherwise, false.
See Also