https://bugzilla.novell.com/show_bug.cgi?id=638714
https://bugzilla.novell.com/show_bug.cgi?id=638714#c1 --- Comment #1 from Ankit Jain <[email protected]> 2010-09-11 12:59:58 UTC --- Oh, and add this also to the sample: class FooTimerTask : TimerTask { Action<string> action; public FooTimerTask (Action<string> action) { this.action = action; } public override void Run () { action ("ignore"); } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
