2 references to Timer
System.Windows.Forms.Tests (2)
System\Windows\Forms\TimerTests.cs (2)
39
Assert.Throws<ArgumentNullException>("container", () => new
Timer
(null));
463
public SubTimer(IContainer container) :
base
(container)