Ejemplo n.º 1
0
        public RecorderTimer(
            IRecorderTimerCompletion recorderTimerCompletion,
            string key)
        {
            this.c_recorderTimerCompletion = recorderTimerCompletion;
            this.c_key = key;

            this.c_stopWatch = Stopwatch.StartNew();
        }
Ejemplo n.º 2
0
        public RecorderTimer(
            IRecorderTimerCompletion recorderTimerCompletion,
            string key)
        {
            this.c_recorderTimerCompletion = recorderTimerCompletion;
            this.c_key = key;

            this.c_stopWatch = Stopwatch.StartNew();
        }