예제 #1
0
		/// <summary>
		/// Called when the class is being processed for tick elapsed.
		/// </summary>
		/// <param name='current'>
		/// The current time in <see cref="System.DateTime"/> format.
		/// </param>
		public void Tick(DateTime current)
		{
			ResetTickFromTime(current);
			_ticked.OnTicked();
		}