PIbd-22_Ulybin_A.A._FuelAccounting_Lab02 #5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user