c# working set memory keeps increase with every call to a method
I programmed a c# program that has a timer.
this timer will call a method.
but every time when the method is called,
the working memory of that program keeps increase
does anyone know what is wrong with my program