Пример #1
0
 private void cbPresets_SelectedIndexChanged(object sender, EventArgs e)
 {
     app.ApplyPreset(cbPresets.SelectedItem.ToString());
 }