Exemplo n.º 1
0
        public ZoomSeriesAnalyser(ZoomSeriesEnd end)
        {
            _end = end;

            _timer          = new DispatcherTimer();
            _timer.Tick    += OnTick;
            _timer.Interval = TimeSpan.FromMilliseconds(2500);
            _timer.Start();
        }
Exemplo n.º 2
0
        public ZoomSeriesAnalyser(ZoomSeriesEnd end)
        {
            _end = end;

            _timer = new DispatcherTimer();
            _timer.Tick += OnTick;
            _timer.Interval = TimeSpan.FromMilliseconds(2500);
            _timer.Start();
        }