VAGSuite.MapViewerEx.StartChartUpdateTimer C# (CSharp) 메소드

StartChartUpdateTimer() 개인적인 메소드

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