Merge branch 'Lab02' into Lab03

This commit is contained in:
qkrlnt 2024-12-13 11:44:38 +04:00
commit 6269643601

View File

@ -24,7 +24,7 @@ namespace FuelAccounting.Forms
textBoxModel.Text = car.Model;
comboBoxCategory.SelectedItem = car.Category;
comboBoxDriverId.SelectedItem = car.DriverID;
comboBoxDriverId.SelectedValue = car.DriverID;
_carId = value;
}
catch (Exception ex)