AutoWikiBrowser.MainForm.UpdateBotTimer C# (CSharp) Méthode

UpdateBotTimer() private méthode

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