G
Guest
To maintain the memory on my CF device each of my custom classes implements
the IDisposable interface.
When disposing of a form using its dispose method, should all controls and
classes created within that form be disposed off programmatically or is
disposing of the form sufficient?
the IDisposable interface.
When disposing of a form using its dispose method, should all controls and
classes created within that form be disposed off programmatically or is
disposing of the form sufficient?