BF2Statistics.ServerSettingsForm.ForceBotCount_CheckedChanged C# (CSharp) Метод

ForceBotCount_CheckedChanged() приватный Метод

private ForceBotCount_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат 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;
        }