AutoWikiBrowser.MainForm.UpdateBotTimer C# (CSharp) Method

UpdateBotTimer() private method

private UpdateBotTimer ( ) : void
return void
        private void UpdateBotTimer()
        {
            lblBotTimer.Text = chkAutoMode.Checked ? "Bot timer: " + _intTimer : "";
        }
MainForm