I need to create a bunch of timer as local variable to do something like:
void Foo() { Timer t = new Timer(myTimerCallback,null,1000,Timeout.Infinite); }
Store them in a member, for example a List.
List