BF2Statistics.ServerSettingsForm.ForceBotCount_CheckedChanged C# (CSharp) Method

ForceBotCount_CheckedChanged() private method

private ForceBotCount_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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;
        }