ExampleForm Dispose Method Delta Engine Documentation
Clean up any resources being used. View code on GitHub

Namespace: WindowsFormsExample
Assembly: WindowsFormsExample (in WindowsFormsExample.exe) Version: 1.1.1.0 (1.1.1)
Syntax

protected override void Dispose(
	bool disposing
)

Parameters

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