VAGSuite.MapViewerEx.StartSurfaceChartUpdateTimer C# (CSharp) Méthode

StartSurfaceChartUpdateTimer() private méthode

private StartSurfaceChartUpdateTimer ( ) : void
Résultat void
        private void StartSurfaceChartUpdateTimer()
        {
            timer2.Stop();
            timer2.Start();
        }
MapViewerEx