Mono.CSharp.Timer.StartTimer C# (CSharp) Method

StartTimer() private method

private StartTimer ( TimerType which ) : void
which TimerType
return void
		static public void StartTimer (TimerType which)
		{
			timer_start [(int) which] = DateTime.Now;
		}