Esempio n. 1
0
 private void WriteSetting(CheckBox control, string setting)
 {
     DebugSettings.SetSetting(setting, control.Checked);
 }