Posts
Sort by recent activity
Finalizer queue?
First off - I'm loving this EAP drop. It has been very helpful in diagnosing problems in our winforms app.
In my winforms application, each "form" is actually a usercontrol that is placed in a pane...
Winforms app - classes not getting GCd
In my winforms application, each "form" is actually a usercontrol that is placed in a panel. When the user selects a menu item, the current "form" is removed from the panel and explicitly disposed ...