Design Pattern Framework 3.5
Dispose Method (disposing)
Patterns-In-Action! Application ► WindowsFormsApplication ► FormCustomer ► Dispose(Boolean)
Clean up any resources being used.
Declaration Syntax
Parameters
- disposing (Boolean)
- true if managed resources should be disposed; otherwise, false.