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

ShowCounter() static public méthode

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