C# Class Mono.CSharp.Timer

Show file Open project: kumpera/mono

Public Methods

Method Description
ShowCounter ( CounterType which, string msg ) : void
ShowTimer ( TimerType which, string msg ) : void

Private Methods

Method Description
IncrementCounter ( CounterType which ) : void
ShowTimers ( ) : void
StartTimer ( TimerType which ) : void
StopTimer ( TimerType which ) : void
Timer ( ) : System

Method Details

ShowCounter() static public method

static public ShowCounter ( CounterType which, string msg ) : void
which CounterType
msg string
return void

ShowTimer() static public method

static public ShowTimer ( TimerType which, string msg ) : void
which TimerType
msg string
return void