BF2Statistics.ServerSettingsForm.ForceBotCount_CheckedChanged C# (CSharp) Méthode

ForceBotCount_CheckedChanged() private méthode

private ForceBotCount_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
        private void ForceBotCount_CheckedChanged(object sender, EventArgs e)
        {
            BotCountBar1.Enabled = ForceBotCount.Checked;
            BotCountBar2.Enabled = ForceBotCount.Checked;
            BotCountBar.Enabled = !ForceBotCount.Checked;
            BotRatioBar.Enabled = !ForceBotCount.Checked;
        }