Mono.CSharp.Timer.ShowCounter C# (CSharp) 메소드

ShowCounter() 정적인 공개 메소드

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