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

ShowCounter() static public method

static public ShowCounter ( CounterType which, string msg ) : void
which CounterType
msg string
return void
		static public void ShowCounter (CounterType which, string msg)
		{
			Console.WriteLine ("{0} {1}", counters [(int) which], msg);
		}