C# Class Mono.CSharp.Timer

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
ShowCounter ( CounterType which, string msg ) : void
ShowTimer ( TimerType which, string msg ) : void

Private Methods

Méthode Description
IncrementCounter ( CounterType which ) : void
ShowTimers ( ) : void
StartTimer ( TimerType which ) : void
StopTimer ( TimerType which ) : void
Timer ( ) : System

Method Details

ShowCounter() static public méthode

static public ShowCounter ( CounterType which, string msg ) : void
which CounterType
msg string
Résultat void

ShowTimer() static public méthode

static public ShowTimer ( TimerType which, string msg ) : void
which TimerType
msg string
Résultat void