mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-03-06 10:30:32 +03:00
fix engine project
This commit is contained in:
parent
b745c51b95
commit
f174fd4cb9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user