VAGSuite.MapViewerEx.StartSurfaceChartUpdateTimer C# (CSharp) Method

StartSurfaceChartUpdateTimer() private method

private StartSurfaceChartUpdateTimer ( ) : void
return void
        private void StartSurfaceChartUpdateTimer()
        {
            timer2.Stop();
            timer2.Start();
        }
MapViewerEx