PIbd-22_Ulybin_A.A._FuelAccounting_Lab02 #5

Closed
qkrlnt wants to merge 4 commits from Lab02 into Lab01
Showing only changes of commit ef4c5aa6fc - Show all commits

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)