AutoWikiBrowser.MainForm.StopSaveInterval C# (CSharp) 메소드

StopSaveInterval() 개인적인 메소드

private StopSaveInterval ( ) : void
리턴 void
        private void StopSaveInterval()
        {
            _intStartTimer = 0;
            lblTimer.Text = "Timer: 0";
            Ticker -= SaveInterval;
        }
MainForm