namespace System.Timers { public class Timer : Component, ISupportInitialize { + public Timer(TimeSpan interval); } }