P
Pino
Hi to all.
I have a Windows Form.
I have a field in my form class which implements IDisposable.
When I should call Dispose to that object?
Is correct to call Dispose of all IDisposable objects in the OnClosed method
of the form?
Thanks,
Pino.
I have a Windows Form.
I have a field in my form class which implements IDisposable.
When I should call Dispose to that object?
Is correct to call Dispose of all IDisposable objects in the OnClosed method
of the form?
Thanks,
Pino.