VAGSuite.MapViewerEx.StartChartUpdateTimer C# (CSharp) Method

StartChartUpdateTimer() private method

private StartChartUpdateTimer ( ) : void
return void
        private void StartChartUpdateTimer()
        {
            timer1.Stop();
            timer1.Start();
        }
MapViewerEx