Server.Tracker.Tracker C# (CSharp) 메소드

Tracker() 공개 메소드

public Tracker ( ) : System
리턴 System
        public Tracker()
        {
            this.points = new Dictionary<string, long>();
            this.watch = Stopwatch.StartNew();
        }