fix engine project

This commit is contained in:
AleX_Z 2020-02-10 14:14:52 +03:00
parent b745c51b95
commit f174fd4cb9

View File

@ -46,7 +46,7 @@ namespace UniversalValveToolbox {
comboBoxEngine.Items.Clear();
comboBoxEngine.Items.AddRange(model.Engines);
comboBox_Mod.SelectedIndex = model.SelectEngineIndex;
comboBoxEngine.SelectedIndex = model.SelectEngineIndex;
}
private void FormEditProfile_Load(object sender, EventArgs e) {