I am using User Controls in my Win Forms. How to dispose those controls by using Dispose() method?
I am calling base.Dispose(); method in the Dispose() method. Is it must to call GC.SuppressFina lize(this); in the same method?
I am calling base.Dispose(); method in the Dispose() method. Is it must to call GC.SuppressFina lize(this); in the same method?