What is the best practice for implementing IDisposable on a Winform?
Ideally I would be able to hook into the Dispos(bool) override in the generated code to dispose the manually added IDisposable object. Any recommendations on how to do this properly?
Thanks.
Scott
You can move that Dispose implementation out of the .designer.cs and in your .cs.