Пример #1
0
 private void ReadSetting(CheckBox control, string setting)
 {
     control.Checked = DebugSettings.GetSetting(setting);
 }