Mono.CSharp.Timer.StartTimer C# (CSharp) Méthode

StartTimer() private méthode

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