Example #1
0
 /// <summary>
 /// Handles the Elapsed event of the timer control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.Timers.ElapsedEventArgs"/> instance containing the event data.</param>
 private static void timer_Elapsed(object sender, ElapsedEventArgs e)
 {
     BotFactory.Tick();
 }