Server.Timer.Timer C# (CSharp) Méthode

Timer() public méthode

public Timer ( ) : System
Résultat System
        public Timer()
        {
            this.watch = new Stopwatch();
            this.elapsedCollection = new List<long>();
        }