немного переделал форму изменения автомобиля
This commit is contained in:
parent
5b6aa053b6
commit
ef4c5aa6fc
@ -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…
x
Reference in New Issue
Block a user