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

StartChartUpdateTimer() private méthode

private StartChartUpdateTimer ( ) : void
Résultat void
        private void StartChartUpdateTimer()
        {
            timer1.Stop();
            timer1.Start();
        }
MapViewerEx