Dispose event delegate
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i have a problem with event's delegate. I have 2 form A and B, in B i have an event that refresh the form when the form A was updated. But i noticed that if i: 1. open form B 2. close form B 3. update form A the event in form B was catched... even if the form was closed.... if i never open form B the problem not exist, only if i do the 3 step i think it was the garbage collector but i have no idea for resolve it... thanks in advance Cliffer