Exemplo n.º 1
0
        public MXTimer(MXTimeUnit timeUnit)
        {
            _timeUnit = timeUnit;

            sw = new Stopwatch();
            sw.Start();
        }
Exemplo n.º 2
0
        public MXTimer(MXTimeUnit timeUnit)
        {
            _timeUnit = timeUnit;

            sw = new Stopwatch();
            sw.Start();
        }
Exemplo n.º 3
0
        public MXTimer()
        {
            _timeUnit = MXTimeUnit.Millisecond;

            sw = new Stopwatch();
            sw.Start();
        }
Exemplo n.º 4
0
        public MXTimer()
        {
            _timeUnit = MXTimeUnit.Millisecond;

            sw = new Stopwatch();
            sw.Start();
        }