This delegate is used for the Timer.Elapsed event.
public delegate void ElapsedEventHandler(object sender, ElapsedEventArgs e);
Timer.Elapsed( )